Thanks to visit codestin.com Credit goes to github.com
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 de9f69c commit 13e9088Copy full SHA for 13e9088
styles/styles.less
@@ -17,8 +17,13 @@
17
}
18
a,
19
a:hover,
20
- a:visited {
+ a:link {
21
+ font-weight: bold;
22
text-decoration: none;
23
+ color: rgb(0, 188, 212);
24
+ }
25
+ a:visited {
26
+ font-weight: normal;
27
28
.cr-bg {
29
height: 100%;
@@ -35,12 +40,6 @@
35
40
height: calc(100% - 200px);
36
41
background-color: @syntax-background-color;
37
42
38
- .cr-menu-bar {
39
- a, a:visited, a:link, a:hover {
- color: black;
- text-decoration: none;
- }
43
44
45
46
/* Style Alert Button */
0 commit comments