aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/views/timeline-common/timeline-background.svg
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-11-05 17:17:52 +0800
committercrupest <crupest@outlook.com>2020-11-05 17:17:52 +0800
commit94bed82d32265d573e3bc47582874360a0481b34 (patch)
treed4e87aee5660fd474548748d06f6b3bee7b75a40 /FrontEnd/src/app/views/timeline-common/timeline-background.svg
parente7f63aeecc6830ca88d177d0bbb01955b663b896 (diff)
downloadtimeline-94bed82d32265d573e3bc47582874360a0481b34.tar.gz
timeline-94bed82d32265d573e3bc47582874360a0481b34.tar.bz2
timeline-94bed82d32265d573e3bc47582874360a0481b34.zip
feat: Fix #168 .
Diffstat (limited to 'FrontEnd/src/app/views/timeline-common/timeline-background.svg')
-rw-r--r--FrontEnd/src/app/views/timeline-common/timeline-background.svg6
1 files changed, 3 insertions, 3 deletions
diff --git a/FrontEnd/src/app/views/timeline-common/timeline-background.svg b/FrontEnd/src/app/views/timeline-common/timeline-background.svg
index b72c448b..760b0e8c 100644
--- a/FrontEnd/src/app/views/timeline-common/timeline-background.svg
+++ b/FrontEnd/src/app/views/timeline-common/timeline-background.svg
@@ -1,4 +1,4 @@
-<svg viewBox="0 0 100 80" xmlns="http://www.w3.org/2000/svg" stroke="rgba(255,196,0,0.6)">
- <line x1="0" y1="0" x2="100" y2="40" stroke-width="5" />
- <line x1="0" y1="80" x2="100" y2="40" stroke-width="5" />
+<svg viewBox="0 0 100 80" xmlns="http://www.w3.org/2000/svg" stroke="#ffd000">
+ <line x1="100" y1="0" x2="0" y2="40" stroke-width="5" />
+ <line x1="100" y1="80" x2="0" y2="40" stroke-width="5" />
</svg> \ No newline at end of file