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 */
|
2021-02-01 22:59:56 -08:00
|
|
|
.u-photo {
|
2021-02-12 13:43:30 -08:00
|
|
|
-webkit-filter: invert(1);
|
|
|
|
filter: invert(1);
|
2020-12-29 13:12:57 -08:00
|
|
|
}
|
|
|
|
|
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
|
|
|
|
2021-01-29 12:01:58 -08:00
|
|
|
blockquote,
|
2021-03-25 15:38:07 -07:00
|
|
|
p code,
|
2021-01-29 12:01:58 -08:00
|
|
|
hr,
|
|
|
|
pre {
|
2020-12-15 23:18:18 -08:00
|
|
|
border-color: #333;
|
2020-11-23 15:47:27 -08:00
|
|
|
}
|
2020-11-03 15:46:20 -08:00
|
|
|
}
|