diff options
author | crupest <crupest@outlook.com> | 2021-05-06 16:54:09 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-05-06 16:54:09 +0800 |
commit | 9225d7f6b6ed23b9d7ba99fcbece917fa4e43c54 (patch) | |
tree | c6f2be85d733666aaaec4805226922a0d7c1686c /FrontEnd/src/app/index.sass | |
parent | 224df56ab149e403875f1f28dedd30468a36029e (diff) | |
download | timeline-9225d7f6b6ed23b9d7ba99fcbece917fa4e43c54.tar.gz timeline-9225d7f6b6ed23b9d7ba99fcbece917fa4e43c54.tar.bz2 timeline-9225d7f6b6ed23b9d7ba99fcbece917fa4e43c54.zip |
...
Diffstat (limited to 'FrontEnd/src/app/index.sass')
-rw-r--r-- | FrontEnd/src/app/index.sass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/FrontEnd/src/app/index.sass b/FrontEnd/src/app/index.sass index 329248b8..2df5c726 100644 --- a/FrontEnd/src/app/index.sass +++ b/FrontEnd/src/app/index.sass @@ -16,8 +16,9 @@ @import './views/admin/admin'
:root
- --primary-color: #007bff
- --text-on-primary-color: #ffffff
+ --tl-primary-color: #007bff
+ --tl-text-on-primary-color: #ffffff
+ --tl-text-inactive-on-primary-color: rgb(255 255 255 / 75%)
small
line-height: 1.2
|