feat(style): better default background and better default fonts
This commit is contained in:
parent
b87964e81f
commit
cc84579214
1 changed files with 4 additions and 4 deletions
|
@ -14,12 +14,12 @@
|
||||||
body {
|
body {
|
||||||
--background-image: ;
|
--background-image: ;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-family: "custom", "serif";
|
font-family: "custom", Raveo, Inter, Roboto, sans-serif;
|
||||||
background: var(--background-image) center fixed no-repeat;
|
background: #000;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
@media only screen and (max-width: vars.$bp-little) {
|
@media only screen and (min-width: vars.$bp-little) {
|
||||||
background: #000;
|
background: var(--background-image) center fixed no-repeat black;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue