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 | 351c929d0c699ac19a29224090e816c38685291b (patch) | |
tree | 7bf140f376271b64472daeadeb8e96b5f04615f8 | |
parent | 98c04c230e480c9b4ee8bd7b19286523e9e4e6b5 (diff) | |
download | timeline-351c929d0c699ac19a29224090e816c38685291b.tar.gz timeline-351c929d0c699ac19a29224090e816c38685291b.tar.bz2 timeline-351c929d0c699ac19a29224090e816c38685291b.zip |
...
-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 |