Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c6e7b08

Browse files
committed
added hover links, larger font size, Carlito to font stack
1 parent 44ad305 commit c6e7b08

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

doc/_static/mpl.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,10 +1122,10 @@ div.viewcode-block:target {
11221122
/* new main nav */
11231123
nav.main-nav{
11241124
background-color: #002b47;
1125-
font-family: Calibri, 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
1125+
font-family: Calibri, 'Carlito', 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
11261126
text-transform: uppercase;
11271127
letter-spacing: 2px;
1128-
font-size: 11px;
1128+
font-size: 12px;
11291129
}
11301130

11311131
nav.main-nav ul{
@@ -1141,5 +1141,11 @@ nav.main-nav{
11411141
}
11421142

11431143
nav.main-nav a{
1144+
color: rgba(256, 256, 256, .8);
1145+
transform: color .2s ease-in-out;
1146+
}
1147+
1148+
nav.main-nav a:hover{
11441149
color: white;
1150+
text-decoration: underline;
11451151
}

0 commit comments

Comments
 (0)