diff options
author | crupest <crupest@outlook.com> | 2021-05-06 16:59:33 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-05-06 16:59:33 +0800 |
commit | d1c4e693ee6b6d01307ec907c56489c88b1b4b9b (patch) | |
tree | 71db8cac3dd711fa1422f74be20e25aa21c3bf21 /FrontEnd/src | |
parent | 582b43312571a22240e4fb20e4b83e9ad0dfb231 (diff) | |
download | timeline-d1c4e693ee6b6d01307ec907c56489c88b1b4b9b.tar.gz timeline-d1c4e693ee6b6d01307ec907c56489c88b1b4b9b.tar.bz2 timeline-d1c4e693ee6b6d01307ec907c56489c88b1b4b9b.zip |
...
Diffstat (limited to 'FrontEnd/src')
-rw-r--r-- | FrontEnd/src/app/index.sass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/app/index.sass b/FrontEnd/src/app/index.sass index 2df5c726..3581d127 100644 --- a/FrontEnd/src/app/index.sass +++ b/FrontEnd/src/app/index.sass @@ -78,7 +78,7 @@ textarea background: $gray-100
transition: all 0.3s
&:hover
- border-color: var(--primary)
+ border-color: var(--tl-primary-color)
.full-viewport-center-child
position: fixed
|