mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
🎨 Fix legibility of contributor names in Night Shift
closes TryGhost/Ghost#8851 - use `var(--lightgrey)` as text colour for contributor names
This commit is contained in:
parent
0c2e07451a
commit
ffbcd32a42
@ -311,3 +311,7 @@ input,
|
||||
.gh-unsplash-zoom {
|
||||
background: rgba(0,0,0,0.8);
|
||||
}
|
||||
|
||||
.gh-contributors a:before {
|
||||
color: var(--lightgrey);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user