Skip to content

Commit f4df421

Browse files
committed
doc(css): make all navbar links bold
1 parent bdef462 commit f4df421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/templates/docs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ li {
122122
#navbar a:link, #navbar a:visited {
123123
font-size: 1.2em;
124124
color: #FFF;
125+
font-weight: bold;
125126
text-decoration: none;
126127
text-align: center;
127128
display: inline-block;
@@ -137,7 +138,6 @@ li {
137138

138139

139140
#navbar a.current {
140-
font-weight: bold;
141141
background-color: #333;
142142

143143
-webkit-border-radius:10px;

0 commit comments

Comments
 (0)