-
-
- Beekeeper
-
-
-
diff --git a/src/index.html b/src/index.html
index 4123f0d..87a777a 100644
--- a/src/index.html
+++ b/src/index.html
@@ -8,7 +8,7 @@
-
+
diff --git a/src/styles.scss b/src/styles.scss
index cfa7bc1..8039647 100644
--- a/src/styles.scss
+++ b/src/styles.scss
@@ -11,10 +11,26 @@
--color-text-accent: 255, 199, 44;
--color-text-accent-muted: 255, 199, 44;
+ --color-shadow-primary: 100,100,100;
--color-primary: 255, 255, 255;
--color-secondary: 255, 199, 44;
--color-accent: 255, 199, 44;
}
+ .theme-dark {
+ --color-text-primary: 255,255,255;
+ --color-text-primary-muted: 170,170,170;
+ --color-text-secondary: 0,0,0;
+ --color-text-secondary-muted: 100,100,100;
+ --color-text-accent: 250, 183, 0;
+ --color-text-accent-muted: 250, 183, 0;
+
+ --color-shadow-primary: 170,170,170;
+
+
+ --color-primary: 10, 10, 10;
+ --color-secondary: 250, 183, 0;
+ --color-accent: 250, 183, 0;
+ }
}
\ No newline at end of file
diff --git a/tailwind.config.js b/tailwind.config.js
index 95fbc3f..56bd5c8 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -32,6 +32,11 @@ module.exports = {
accent: withOpacity('--color-accent'),
},
},
+ boxShadowColor: {
+ skin: {
+ primary: withOpacity('--color-shadow-primary'),
+ }
+ }
},
},
plugins: [