css/anchor,screen
This commit is contained in:
parent
4f88ae569b
commit
9b8e548664
1 changed files with 5 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue