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;
|
2021-06-03 01:24:04 -07:00
|
|
|
color: #fff;
|
2020-11-23 15:47:27 -08:00
|
|
|
}
|
2020-11-03 15:46:20 -08:00
|
|
|
|
2021-05-31 16:02:12 -07:00
|
|
|
/* IndieWeb u-photo shouldn't look like floating punctuation marks */
|
2021-02-01 22:59:56 -08:00
|
|
|
.u-photo {
|
2021-05-06 11:33:05 -07:00
|
|
|
/* Versions of Samsung Internet released recently as 2017 need this
|
|
|
|
* prefix, along with Qt4-based QtWebkit used in e.g. rekonq */
|
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 {
|
2021-06-03 01:24:04 -07:00
|
|
|
color: #ed5;
|
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 {
|
2021-06-03 01:24:04 -07:00
|
|
|
color: #ddc;
|
2020-12-15 23:18:18 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
a:active {
|
2021-06-03 01:24:04 -07:00
|
|
|
color: #c80;
|
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
|
|
|
}
|