Skip to content

Commit

Permalink
Update extra-styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamuffin99 authored Jan 30, 2024
1 parent 61ea966 commit 5ea72b6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion api/dox/theme/resources/extra-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ body .dark-theme {
background-color: #111111;
}



nav a {
font-family: 'Ubuntu', sans-serif;
padding-top: 14px !important;
Expand All @@ -20,6 +22,15 @@ nav a {
height: 50px;
}

.nav-list li i.fa {
height: 16px;
width: 16px;
color: rgb(200, 200, 200);
font-weight: normal;
font-size: 16px;
padding-right: 5px;
}

.navbar img { /* hack for logo positioning */
margin-top: -4px;
margin-left: 15px;
Expand Down Expand Up @@ -246,4 +257,4 @@ footer:before {
border-width: 1px;
margin-left: 10px;
margin-bottom: -4px;
}
}

0 comments on commit 5ea72b6

Please sign in to comment.