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.
2 parents 2fa2ddf + 28e0672 commit f9ec7e2Copy full SHA for f9ec7e2
template.css
@@ -220,16 +220,18 @@ code a:hover{
220
color:#00c9ff;
221
text-decoration:underline
222
}
223
-a.highlight-link{
224
- font-weight:500;
225
- color:#00afaa
+a,a span{
+ font-weight:400;
+ color: #77a0e7;
226
+ cursor: pointer;
227
-a.highlight-link:hover{
228
- color:#00908a
+a:hover,a span:hover{
229
+ color: #3d73d0;
230
-a.highlight-link span{
231
232
233
234
+
235
.token.comment a.highlight-link{
236
color:slategrey;
237
font-weight:500
0 commit comments