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
commit4922a9877ca4a5029acc6f66b0ef87c84e6f898d (patch)
tree893ffd95fb865358bb50bb12185f575d60400e29 /FrontEnd/src/app/views/timeline-common/timeline-background.svg
parent98471098fa1e440feb5863d756b383c82ebb885e (diff)
downloadtimeline-4922a9877ca4a5029acc6f66b0ef87c84e6f898d.tar.gz
timeline-4922a9877ca4a5029acc6f66b0ef87c84e6f898d.tar.bz2
timeline-4922a9877ca4a5029acc6f66b0ef87c84e6f898d.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