diff options
author | crupest <crupest@outlook.com> | 2021-05-06 21:17:40 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-05-06 21:17:40 +0800 |
commit | aad014ed2961ce660e8a4d6474a6197bee41f69c (patch) | |
tree | 0f4996f7b6edbd00d1d38ea35c153e5db8ff6a22 /FrontEnd/src/app/views | |
parent | a7d12775d7ea8f72122d5a35914c0fe566fcea73 (diff) | |
download | timeline-aad014ed2961ce660e8a4d6474a6197bee41f69c.tar.gz timeline-aad014ed2961ce660e8a4d6474a6197bee41f69c.tar.bz2 timeline-aad014ed2961ce660e8a4d6474a6197bee41f69c.zip |
...
Diffstat (limited to 'FrontEnd/src/app/views')
-rw-r--r-- | FrontEnd/src/app/views/common/common.sass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/FrontEnd/src/app/views/common/common.sass b/FrontEnd/src/app/views/common/common.sass index 3561c3da..1a49357c 100644 --- a/FrontEnd/src/app/views/common/common.sass +++ b/FrontEnd/src/app/views/common/common.sass @@ -50,6 +50,9 @@ text-decoration: none
margin: 0 1em
+ &:hover
+ color: var(--tl-text-on-primary-color)
+
&.active
color: var(--tl-text-on-primary-color)
|