Skip to content

Commit

Permalink
Additional style tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctslater committed Feb 27, 2024
1 parent dd0bdc7 commit abe20d4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/bootstrap_override.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28250, 250, 250, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggle {
background-color: inherit;
border: none;
}

.header_selected {
background: #267ab7;
padding: 5px;
Expand All @@ -21,6 +26,7 @@
}

#header .title {
color: white;
color: #058b8c;
font-size: 1.8em;
}

0 comments on commit abe20d4

Please sign in to comment.