use 'dark' class locally in header, hero or custom sections. adapt dark styles.
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
"theme_color": {
|
||||
"primary": "#fff",
|
||||
"body": "#1c1c1c",
|
||||
"border": "#3E3E3E",
|
||||
"theme_light": "#222222",
|
||||
"border": "#ffffff09",
|
||||
"theme_light": "#0d242e",
|
||||
"theme_dark": ""
|
||||
},
|
||||
"text_color": {
|
||||
@@ -31,14 +31,12 @@
|
||||
},
|
||||
"fonts": {
|
||||
"font_family": {
|
||||
"primary": "Heebo:wght@400;600",
|
||||
"primary_type": "sans-serif",
|
||||
"secondary": "Signika:wght@500;700",
|
||||
"secondary_type": "sans-serif"
|
||||
"primary": "OpenSans:wght@300;400;500;600;700;800",
|
||||
"primary_type": "sans-serif"
|
||||
},
|
||||
"font_size": {
|
||||
"base": "16",
|
||||
"scale": "1.250"
|
||||
"base": "15",
|
||||
"scale": "1.25"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user