fix(css): better color
This commit is contained in:
parent
17a2ac4021
commit
ca155e20c2
1 changed files with 5 additions and 5 deletions
10
junk.css
10
junk.css
|
@ -1,6 +1,6 @@
|
|||
:root {
|
||||
--fore: #202020;
|
||||
--back: #fdfdfd;
|
||||
--fore: #101010;
|
||||
--bottom: #f0f0f0;
|
||||
}
|
||||
|
||||
* {
|
||||
|
@ -13,7 +13,7 @@ body {
|
|||
max-width: 100%;
|
||||
padding: 0 8px;
|
||||
line-height: 1.5;
|
||||
background-color: var(--back);
|
||||
background-color: var(--bottom);
|
||||
color: var(--fore);
|
||||
}
|
||||
|
||||
|
@ -23,7 +23,7 @@ a:any-link {
|
|||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--fore: #a0a0a0;
|
||||
--back: #303030;
|
||||
--fore: #d0d0d0;
|
||||
--bottom: #181818;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue