We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d6da5 commit a660a3fCopy full SHA for a660a3f
src/app/styles/components/d3graph.css
@@ -65,8 +65,8 @@ div.tooltip {
65
.d3-tip {
66
line-height: 1;
67
padding: 6px;
68
- background: #9cf4df;
69
- color: #320a5c;
+ background: #6699C4;
+ color: #1a2229;
70
border-radius: 4px;
71
font-size: 13px;
72
max-width: 400px;
@@ -80,7 +80,7 @@ div.tooltip {
80
display: inline;
81
font-size: 15px;
82
83
- color: #9cf4df;
+ color: #6699C4;
84
content: "\25BC";
85
position: absolute;
86
text-align: center;
0 commit comments