mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-17 13:43:29 +09:00
added tailwind v4, remove sass dependency
This commit is contained in:
+3
-14
@@ -8,11 +8,7 @@
|
||||
"theme_light": "#f6f6f6",
|
||||
"theme_dark": ""
|
||||
},
|
||||
"text_color": {
|
||||
"default": "#444444",
|
||||
"dark": "#040404",
|
||||
"light": "#717171"
|
||||
}
|
||||
"text_color": { "text": "#444444", "dark": "#040404", "light": "#717171" }
|
||||
},
|
||||
"darkmode": {
|
||||
"theme_color": {
|
||||
@@ -22,11 +18,7 @@
|
||||
"theme_light": "#222222",
|
||||
"theme_dark": ""
|
||||
},
|
||||
"text_color": {
|
||||
"default": "#B4AFB6",
|
||||
"dark": "#fff",
|
||||
"light": "#B4AFB6"
|
||||
}
|
||||
"text_color": { "text": "#B4AFB6", "dark": "#fff", "light": "#B4AFB6" }
|
||||
}
|
||||
},
|
||||
"fonts": {
|
||||
@@ -36,9 +28,6 @@
|
||||
"secondary": "Signika:wght@500;700",
|
||||
"secondary_type": "sans-serif"
|
||||
},
|
||||
"font_size": {
|
||||
"base": "16",
|
||||
"scale": "1.2"
|
||||
}
|
||||
"font_size": { "base": "16", "scale": "1.2" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user