2020-11-03 23:46:20 +00:00
|
|
|
@media (prefers-color-scheme: dark) {
|
2020-12-13 05:05:25 +00:00
|
|
|
html {
|
2020-12-16 07:18:18 +00:00
|
|
|
background: #000;
|
|
|
|
color: #fff;
|
2020-11-23 23:47:27 +00:00
|
|
|
}
|
2020-11-03 23:46:20 +00:00
|
|
|
|
2020-12-29 21:12:57 +00:00
|
|
|
/* IndieWeb u-photo should be distinct from the background */
|
2021-02-02 06:59:56 +00:00
|
|
|
.u-photo {
|
2021-05-06 18:33:05 +00: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 21:43:30 +00:00
|
|
|
-webkit-filter: invert(1);
|
|
|
|
filter: invert(1);
|
2020-12-29 21:12:57 +00:00
|
|
|
}
|
|
|
|
|
2020-11-26 06:19:52 +00:00
|
|
|
a {
|
2020-12-29 21:12:57 +00:00
|
|
|
color: #4af;
|
2020-11-23 23:47:27 +00:00
|
|
|
}
|
2020-11-03 23:46:20 +00:00
|
|
|
|
2020-12-16 07:18:18 +00:00
|
|
|
a:visited {
|
2020-12-29 21:12:57 +00:00
|
|
|
color: #d7f;
|
2020-12-16 07:18:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a:active {
|
|
|
|
color: #f33;
|
2020-11-23 23:47:27 +00:00
|
|
|
}
|
2020-12-13 05:05:25 +00:00
|
|
|
|
2021-01-29 20:01:58 +00:00
|
|
|
blockquote,
|
2021-03-25 22:38:07 +00:00
|
|
|
p code,
|
2021-01-29 20:01:58 +00:00
|
|
|
hr,
|
|
|
|
pre {
|
2020-12-16 07:18:18 +00:00
|
|
|
border-color: #333;
|
2020-11-23 23:47:27 +00:00
|
|
|
}
|
2020-11-03 23:46:20 +00:00
|
|
|
}
|