We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ea966 commit 5ea72b6Copy full SHA for 5ea72b6
api/dox/theme/resources/extra-styles.css
@@ -10,6 +10,8 @@ body .dark-theme {
10
background-color: #111111;
11
}
12
13
+
14
15
nav a {
16
font-family: 'Ubuntu', sans-serif;
17
padding-top: 14px !important;
@@ -20,6 +22,15 @@ nav a {
20
22
height: 50px;
21
23
24
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
34
.navbar img { /* hack for logo positioning */
35
margin-top: -4px;
36
margin-left: 15px;
@@ -246,4 +257,4 @@ footer:before {
246
257
border-width: 1px;
247
258
margin-left: 10px;
248
259
margin-bottom: -4px;
249
-}
260
0 commit comments