diff options
author | crupest <crupest@outlook.com> | 2023-08-30 00:34:47 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-08-30 00:34:47 +0800 |
commit | 5c624ecb5c7e33039d9f14dbce099e4874efb23b (patch) | |
tree | c6d92dd30aaf210a293f13dff4d4424832442f7f /FrontEnd/src/components/theme.css | |
parent | d65dcebc3ed64c96c70f0ee7f228b4dfe79b28a1 (diff) | |
download | timeline-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.css | 16 |
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%); |