use 'dark' class locally in header, hero or custom sections. adapt dark styles.

This commit is contained in:
2023-11-08 14:32:14 +01:00
parent 2133aabfb9
commit e3c547979a
9 changed files with 102 additions and 46 deletions

View File

@@ -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"
}
}
}