Skip to content

Commit a660a3f

Browse files
committed
recolored history chart
1 parent 49d6da5 commit a660a3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/styles/components/d3graph.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ div.tooltip {
6565
.d3-tip {
6666
line-height: 1;
6767
padding: 6px;
68-
background: #9cf4df;
69-
color: #320a5c;
68+
background: #6699C4;
69+
color: #1a2229;
7070
border-radius: 4px;
7171
font-size: 13px;
7272
max-width: 400px;
@@ -80,7 +80,7 @@ div.tooltip {
8080
display: inline;
8181
font-size: 15px;
8282
line-height: 1;
83-
color: #9cf4df;
83+
color: #6699C4;
8484
content: "\25BC";
8585
position: absolute;
8686
text-align: center;

0 commit comments

Comments
 (0)