diff options
author | crupest <crupest@outlook.com> | 2021-02-22 15:57:59 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-02-22 15:57:59 +0800 |
commit | a70a33853ee4bb75ef53402d28a6086153d16236 (patch) | |
tree | 3288f9324dac09db4c3b7621d12530babafe4e6e /FrontEnd/src | |
parent | 270349d88cd8055a05405135fbf95f006bc58289 (diff) | |
download | timeline-a70a33853ee4bb75ef53402d28a6086153d16236.tar.gz timeline-a70a33853ee4bb75ef53402d28a6086153d16236.tar.bz2 timeline-a70a33853ee4bb75ef53402d28a6086153d16236.zip |
...
Diffstat (limited to 'FrontEnd/src')
-rw-r--r-- | FrontEnd/src/app/views/timeline-common/timeline-common.sass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/app/views/timeline-common/timeline-common.sass b/FrontEnd/src/app/views/timeline-common/timeline-common.sass index c74058c0..43c4d0f7 100644 --- a/FrontEnd/src/app/views/timeline-common/timeline-common.sass +++ b/FrontEnd/src/app/views/timeline-common/timeline-common.sass @@ -58,7 +58,7 @@ $timeline-line-color-current: #36c2e6 &.current-end height: 2em flex: 0 0 auto - background: linear-gradient($timeline-line-color-current, transparent) + background: linear-gradient($timeline-line-color-current, white) .node-container flex: 0 0 auto |