Skip to content

Commit 5ea72b6

Browse files
Update extra-styles.css
1 parent 61ea966 commit 5ea72b6

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

api/dox/theme/resources/extra-styles.css

+12-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ body .dark-theme {
1010
background-color: #111111;
1111
}
1212

13+
14+
1315
nav a {
1416
font-family: 'Ubuntu', sans-serif;
1517
padding-top: 14px !important;
@@ -20,6 +22,15 @@ nav a {
2022
height: 50px;
2123
}
2224

25+
.nav-list li i.fa {
26+
height: 16px;
27+
width: 16px;
28+
color: rgb(200, 200, 200);
29+
font-weight: normal;
30+
font-size: 16px;
31+
padding-right: 5px;
32+
}
33+
2334
.navbar img { /* hack for logo positioning */
2435
margin-top: -4px;
2536
margin-left: 15px;
@@ -246,4 +257,4 @@ footer:before {
246257
border-width: 1px;
247258
margin-left: 10px;
248259
margin-bottom: -4px;
249-
}
260+
}

0 commit comments

Comments
 (0)