mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-04 17:37:26 +00:00
base.css: explicit colors
This commit is contained in:
parent
c53bad840b
commit
fe447209b2
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,9 @@ html, body {
|
|||
font-family: Play, sans-sefif;
|
||||
min-height: 100%;
|
||||
scroll-behavior: smooth;
|
||||
|
||||
color: var(--color-fg);
|
||||
background-color: var(--color-bg);
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue