apply dark/light mode color scheme.

This commit is contained in:
Arne Pedersen
2022-12-27 20:53:55 +01:00
parent 1b9d1cc8e6
commit 80562a657b
5 changed files with 63 additions and 38 deletions

View File

@@ -9,9 +9,9 @@ module.exports = {
theme: {
extend: {
colors: {
"custom-green-light": "#6b9370",
"custom-green-dark": "#4D6A51",
"custom-black": "#3C3744",
primary: "var(--primary)",
secondary: "var(--secondary)",
warning: "var(--warning)",
},
},
},