File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/app/styles/components Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -54,19 +54,19 @@ div.tooltip {
54
54
max-width : 250px ;
55
55
overflow-wrap : break-word;
56
56
padding : 6px ;
57
- color : # 320a5c ;
57
+ color : # 2B2F39 ;
58
58
font-size : 12px ;
59
59
font-family : "Overpass Mono" , monospace;
60
- background : # 9cf4df ;
60
+ background : # 679DCA ;
61
61
border-radius : 8px ;
62
62
pointer-events : none;
63
63
}
64
64
65
65
.d3-tip {
66
66
line-height : 1 ;
67
67
padding : 6px ;
68
- background : # 9cf4df ;
69
- color : # 320a5c ;
68
+ background : # 679DCA ;
69
+ color : # 2B2F39 ;
70
70
border-radius : 4px ;
71
71
font-size : 13px ;
72
72
max-width : 400px ;
@@ -80,7 +80,7 @@ div.tooltip {
80
80
display : inline;
81
81
font-size : 15px ;
82
82
line-height : 1 ;
83
- color : # 9cf4df ;
83
+ color : # 679DCA ;
84
84
content : "\25BC" ;
85
85
position : absolute;
86
86
text-align : center;
You can’t perform that action at this time.
0 commit comments