css/anchor,screen

This commit is contained in:
Marc Beninca 2025-02-16 21:25:41 +01:00
parent 4f88ae569b
commit 9b8e548664
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1,15 +1,19 @@
:root {
--anchor-text: #f88;
--banner-background: #ccf;
--body-background: #fff;
--body-text: #000;
--header-background: #ccc;
}
@media screen {
.dark {
--anchor-text: #f88;
--banner-background: #669;
--body-background: #000;
--body-text: #aaa;
--header-background: #444;
}
}
@font-face {
font-display: swap;
@ -36,7 +40,7 @@ a {
text-underline-offset: .25em;
}
a:hover {
background-color: #f88;
color: var(--anchor-text);
}
article.org, header {