1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01: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:
Kevin Ansfield 2017-08-17 11:37:13 +01:00
parent 65bdfa597b
commit 053a779432

View file

@ -311,3 +311,7 @@ input,
.gh-unsplash-zoom {
background: rgba(0,0,0,0.8);
}
.gh-contributors a:before {
color: var(--lightgrey);
}