diff options
author | crupest <crupest@outlook.com> | 2021-06-30 18:18:04 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-30 18:18:04 +0800 |
commit | 979ad8556be3576b09e318c9e85ae0138ecf11ec (patch) | |
tree | 37cf6b3806b601e07e2a8cd7e073bc905d22ee25 /FrontEnd/src/views/common/index.css | |
parent | 6b5d88a6a1a3fe12721f3159a6837d3f41d69022 (diff) | |
download | timeline-979ad8556be3576b09e318c9e85ae0138ecf11ec.tar.gz timeline-979ad8556be3576b09e318c9e85ae0138ecf11ec.tar.bz2 timeline-979ad8556be3576b09e318c9e85ae0138ecf11ec.zip |
...
Diffstat (limited to 'FrontEnd/src/views/common/index.css')
-rw-r--r-- | FrontEnd/src/views/common/index.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FrontEnd/src/views/common/index.css b/FrontEnd/src/views/common/index.css index e2769fe4..cb1cccd4 100644 --- a/FrontEnd/src/views/common/index.css +++ b/FrontEnd/src/views/common/index.css @@ -1,4 +1,6 @@ :root {
+ --cru-background-color: #f8f9fa;
+
--cru-primary-color: rgb(255, 105, 0);
--cru-primary-l1-color: rgb(255, 120, 26);
--cru-primary-l2-color: rgb(255, 135, 51);
|