Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit13e9088

Browse files
committed
fix link styles
1 parentde9f69c commit13e9088

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

‎styles/styles.less

Lines changed: 6 additions & 7 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp