Skip to content

Commit b732859

Browse files
committed
124 tests passing 8 tests skipping 0 tests fail
1 parent dfb3eb2 commit b732859

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/app/styles/components/d3graph.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,19 @@ div.tooltip {
5454
max-width: 250px;
5555
overflow-wrap: break-word;
5656
padding: 6px;
57-
color: #320a5c;
57+
color: #2B2F39;
5858
font-size: 12px;
5959
font-family: "Overpass Mono", monospace;
60-
background: #9cf4df;
60+
background: #679DCA;
6161
border-radius: 8px;
6262
pointer-events: none;
6363
}
6464

6565
.d3-tip {
6666
line-height: 1;
6767
padding: 6px;
68-
background: #9cf4df;
69-
color: #320a5c;
68+
background: #679DCA;
69+
color: #2B2F39;
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: #679DCA;
8484
content: "\25BC";
8585
position: absolute;
8686
text-align: center;

0 commit comments

Comments
 (0)