mirror of
https://github.com/Limnoria/limnoria.net.git
synced 2025-04-04 22:39:48 +00:00
Reduce dark theme contrast to avoid eye strain
Switch to BG: #121212 and 87% opaque text as recommended by Material Design.
This commit is contained in:
@ -1,7 +1,10 @@
|
|||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
body {
|
body {
|
||||||
background-color: black;
|
background-color: #121212;
|
||||||
filter: invert(1) hue-rotate(180deg)
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
filter: invert(0.85) hue-rotate(180deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user