aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/index.sass
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-05-17 20:47:14 +0800
committercrupest <crupest@outlook.com>2021-05-17 20:47:14 +0800
commit7d847632c59e247189f9039385aac1d630e87212 (patch)
tree6db9912f2ed9128a098f6887ba36af19a6e56921 /FrontEnd/src/app/index.sass
parentafd3f8504f5db812c0e9689729ec884c21683e2a (diff)
downloadtimeline-7d847632c59e247189f9039385aac1d630e87212.tar.gz
timeline-7d847632c59e247189f9039385aac1d630e87212.tar.bz2
timeline-7d847632c59e247189f9039385aac1d630e87212.zip
feat: Card title color is now theme color.
Diffstat (limited to 'FrontEnd/src/app/index.sass')
-rw-r--r--FrontEnd/src/app/index.sass3
1 files changed, 3 insertions, 0 deletions
diff --git a/FrontEnd/src/app/index.sass b/FrontEnd/src/app/index.sass
index 348219eb..3db622f7 100644
--- a/FrontEnd/src/app/index.sass
+++ b/FrontEnd/src/app/index.sass
@@ -15,6 +15,9 @@
@import './views/admin/admin'
+.tl-color-primary
+ color: var(--tl-primary-color)
+
small
line-height: 1.2