Style top nav

This commit is contained in:
mDuo13
2020-08-17 17:14:47 -07:00
parent 4fbd3c652a
commit 3b08dc1930
9 changed files with 80 additions and 79 deletions

View File

@@ -1,23 +1,23 @@
.content a.button {
color: $black;
border: 1px solid $gray-300;
color: $white;
border: 2px solid $white;
}
.content a.button:hover {
border: 1px solid $black;
}
.btn-outline-secondary {
color: $black;
border-color: $gray-300;
color: $white;
border-color: $white;
}
#main_content_wrapper .btn-outline-secondary:hover,
#main_content_wrapper .btn-outline-secondary:active,
.button:hover, #request_button:hover {
/* Undo Bootstrap styling */
color: $black;
color: $white;
background-color: inherit;
border: 1px solid $black;
border: 2px solid $white;
}
/* Button styling ----------------------------------------------------------- */