mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-05 01:47:25 +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;
|
font-family: Play, sans-sefif;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
|
|
||||||
|
color: var(--color-fg);
|
||||||
|
background-color: var(--color-bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue