diff options
author | crupest <crupest@outlook.com> | 2021-05-17 20:47:14 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-05-17 20:47:14 +0800 |
commit | 7d847632c59e247189f9039385aac1d630e87212 (patch) | |
tree | 6db9912f2ed9128a098f6887ba36af19a6e56921 /FrontEnd/src/app/index.sass | |
parent | afd3f8504f5db812c0e9689729ec884c21683e2a (diff) | |
download | timeline-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.sass | 3 |
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
|