Skip to content

Commit 13e9088

Browse files
committed
fix link styles
1 parent de9f69c commit 13e9088

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

styles/styles.less

+6-7
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,13 @@
1717
}
1818
a,
1919
a:hover,
20-
a:visited {
20+
a:link {
21+
font-weight: bold;
2122
text-decoration: none;
23+
color: rgb(0, 188, 212);
24+
}
25+
a:visited {
26+
font-weight: normal;
2227
}
2328
.cr-bg {
2429
height: 100%;
@@ -35,12 +40,6 @@
3540
height: calc(100% - 200px);
3641
background-color: @syntax-background-color;
3742
}
38-
.cr-menu-bar {
39-
a, a:visited, a:link, a:hover {
40-
color: black;
41-
text-decoration: none;
42-
}
43-
}
4443
}
4544

4645
/* Style Alert Button */

0 commit comments

Comments
 (0)