We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f8c461 commit ddf9153Copy full SHA for ddf9153
toolbar/toolbar.css
@@ -109,7 +109,8 @@
109
max-width: 420px;
110
}
111
112
-.tooltip-bk:link {
+.tooltip-bk:link,
113
+.tooltip-bk:visited {
114
color: #ffffff;
115
background-color: black;
116
@@ -121,7 +122,8 @@
121
122
color: yellow;
123
124
-.tooltip-bl:link {
125
+.tooltip-bl:link,
126
+.tooltip-bl:visited {
127
128
background-color: blue;
129
@@ -133,7 +135,8 @@
133
135
color: red;
134
136
137
-.tooltip-cy:link {
138
+.tooltip-cy:link,
139
+.tooltip-cy:visited {
140
color: black;
141
background-color: rgb(210, 239, 233);
142
0 commit comments