aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/views/common/index.css
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-07-06 01:11:52 +0800
committercrupest <crupest@outlook.com>2021-07-06 01:11:52 +0800
commit9efb352f15e0f2ccd0d3037587f4468410d029d0 (patch)
treebe8e5685dc796d3269e3b79c510a5f03a0a021f4 /FrontEnd/src/views/common/index.css
parent655e3902c6d8ca4d14810705e85e9817e4b76f1e (diff)
downloadtimeline-9efb352f15e0f2ccd0d3037587f4468410d029d0.tar.gz
timeline-9efb352f15e0f2ccd0d3037587f4468410d029d0.tar.bz2
timeline-9efb352f15e0f2ccd0d3037587f4468410d029d0.zip
fix: Fix #650.
Diffstat (limited to 'FrontEnd/src/views/common/index.css')
-rw-r--r--FrontEnd/src/views/common/index.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/FrontEnd/src/views/common/index.css b/FrontEnd/src/views/common/index.css
index b21ec896..05fdce04 100644
--- a/FrontEnd/src/views/common/index.css
+++ b/FrontEnd/src/views/common/index.css
@@ -198,6 +198,10 @@
color: var(--cru-primary-color);
}
+.cru-color-primary-enhance {
+ color: var(--cru-primary-enhance-color);
+}
+
.cru-color-secondary {
color: var(--cru-secondary-color);
}