diff --git a/style/light.css b/style/light.css index 3ab3b42..eeeffcc 100644 --- a/style/light.css +++ b/style/light.css @@ -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 {