aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/components/theme.css
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-08-30 00:34:47 +0800
committercrupest <crupest@outlook.com>2023-08-30 00:34:47 +0800
commit5c624ecb5c7e33039d9f14dbce099e4874efb23b (patch)
treec6d92dd30aaf210a293f13dff4d4424832442f7f /FrontEnd/src/components/theme.css
parentd65dcebc3ed64c96c70f0ee7f228b4dfe79b28a1 (diff)
downloadtimeline-5c624ecb5c7e33039d9f14dbce099e4874efb23b.tar.gz
timeline-5c624ecb5c7e33039d9f14dbce099e4874efb23b.tar.bz2
timeline-5c624ecb5c7e33039d9f14dbce099e4874efb23b.zip
...
Diffstat (limited to 'FrontEnd/src/components/theme.css')
-rw-r--r--FrontEnd/src/components/theme.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/FrontEnd/src/components/theme.css b/FrontEnd/src/components/theme.css
index d7e30d1a..67340b6f 100644
--- a/FrontEnd/src/components/theme.css
+++ b/FrontEnd/src/components/theme.css
@@ -14,6 +14,22 @@
--cru-danger-color: hsl(0 100% 50%);
}
+.cru-theme-primary {
+ --cru-theme-color: var(--cru-primary-color);
+}
+
+.cru-theme-secondary {
+ --cru-theme-color: var(--cru-secondary-color);
+}
+
+.cru-theme-create {
+ --cru-theme-color: var(--cru-create-color);
+}
+
+.cru-theme-danger {
+ --cru-theme-color: var(--cru-danger-color);
+}
+
/* common colors */
:root {
--cru-background-color: hsl(0 0% 100%);