2020-11-03 15:46:20 -08:00
|
|
|
@media (prefers-color-scheme: dark) {
|
2020-12-12 21:05:25 -08:00
|
|
|
html {
|
2020-12-15 23:18:18 -08:00
|
|
|
background: #000;
|
|
|
|
color: #fff;
|
2020-11-23 15:47:27 -08:00
|
|
|
}
|
2020-11-03 15:46:20 -08:00
|
|
|
|
2020-12-29 13:12:57 -08:00
|
|
|
/* IndieWeb u-photo should be distinct from the background */
|
|
|
|
.u-photo {
|
|
|
|
-webkit-filter: invert(100%);
|
|
|
|
filter: invert(100%);
|
|
|
|
}
|
|
|
|
|
2020-11-25 22:19:52 -08:00
|
|
|
a {
|
2020-12-29 13:12:57 -08:00
|
|
|
color: #4af;
|
2020-11-23 15:47:27 -08:00
|
|
|
}
|
2020-11-03 15:46:20 -08:00
|
|
|
|
2020-12-15 23:18:18 -08:00
|
|
|
a:visited {
|
2020-12-29 13:12:57 -08:00
|
|
|
color: #d7f;
|
2020-12-15 23:18:18 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
a:active {
|
|
|
|
color: #f33;
|
2020-11-23 15:47:27 -08:00
|
|
|
}
|
2020-12-12 21:05:25 -08:00
|
|
|
|
2020-12-12 02:42:45 -08:00
|
|
|
pre,
|
2020-12-15 23:18:18 -08:00
|
|
|
code,
|
|
|
|
hr {
|
|
|
|
border-color: #333;
|
2020-11-23 15:47:27 -08:00
|
|
|
}
|
2020-11-03 15:46:20 -08:00
|
|
|
}
|