Fix styles after removal of dark styles from header

pull/3621/head
Isaac Connor 2022-10-14 17:32:58 -04:00
parent 658ca44c32
commit ae70b1255c
1 changed files with 4 additions and 0 deletions

View File

@ -602,6 +602,9 @@ input[type=submit]:disabled,
}
#navbar-container {
padding: 0 0 10px 0;
}
.navbar{
margin-bottom: 0 !important;
border-radius: 0;
@ -753,6 +756,7 @@ a.flip {
padding: 4px 0 0 0;
}
#logoutButton {
color: white;
padding: 4px 10px 7px 10px;
}
#stateModalBtn {