summaryrefslogtreecommitdiff
path: root/frontend/views/graph/graph.css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-06-07 19:34:54 +0200
committerJules Laplace <julescarbon@gmail.com>2020-06-07 19:34:54 +0200
commitadf56057ff4f56d8a3b7c1e82422a62a0b047d21 (patch)
tree1197d2e7915fd2cdcc73e01efafe16268913ed3c /frontend/views/graph/graph.css
parent25417eea7b53f0346985e38409af209f4736b4b0 (diff)
tidy lines
Diffstat (limited to 'frontend/views/graph/graph.css')
-rw-r--r--frontend/views/graph/graph.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/views/graph/graph.css b/frontend/views/graph/graph.css
index 52f1a7e..af29e15 100644
--- a/frontend/views/graph/graph.css
+++ b/frontend/views/graph/graph.css
@@ -7,9 +7,9 @@
height: 100%;
overflow: hidden;
background: linear-gradient(
- -45deg,
- rgba(0, 0, 64, 0.2),
- rgba(128, 0, 64, 0.2)
+ 0deg,
+ rgba(128, 0, 64, 0.5),
+ rgba(0, 0, 64, 0.5)
);
}
.graph canvas {