mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-24 18:36:41 +07:00
fixed variable names
This commit is contained in:
parent
58a8f55ba7
commit
84ca6100cf
2 changed files with 6 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
body,
|
||||
html {
|
||||
font-family: var(--family-roboto);
|
||||
font-family: var(--family-texts);
|
||||
background: var(--color-background);
|
||||
color: var(--color-text);
|
||||
padding: 0;
|
||||
|
@ -51,7 +51,7 @@ h2,
|
|||
h3,
|
||||
h4,
|
||||
h5 {
|
||||
font-family: var(--family-roboto-slab);
|
||||
font-family: var(--family-headings);
|
||||
color: var(--color-header);
|
||||
font-weight: 700;
|
||||
}
|
||||
|
@ -145,9 +145,9 @@ blockquote {
|
|||
|
||||
:root {
|
||||
// fonts
|
||||
--family-roboto-slab: "Roboto Slab", "Segoe UI", Tahoma, Geneva, Verdana,
|
||||
--family-headings: "Roboto Slab", "Segoe UI", Tahoma, Geneva, Verdana,
|
||||
sans-serif;
|
||||
--family-roboto: "Roboto", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
|
||||
--family-texts: "Roboto", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
|
||||
|
||||
// breakpoints
|
||||
--size-phone: $phone;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue