Skip to content

Commit

Permalink
Stylize navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjmurray22 committed Nov 7, 2023
1 parent 506a0f9 commit da31df7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion themes/club-theme/static/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
* into CSS file: static/css/site.css
*/

@font-face {
font-family: Montserrat;
src: url(../fonts/Montserrat-SemiBold.ttf);
}

.alert a {
font-weight: 700;
color: #245269;
Expand All @@ -12,4 +17,20 @@ iframe.instagram-media, #twitter-widget-0 {
max-width: 100% !important;
width: 100% !important;
min-width: auto !important;
}
}

.navbar-inverse {
background-color: #00274C !important;
background-image: none !important;
font-family: Montserrat;
}

.navbar-inverse a {
color: #FFF !important;
}

.navbar-nav li.active a {
background-color: #001C36 !important;
background-image: none !important;
color: #FFCB05 !important;
}
Binary file not shown.

0 comments on commit da31df7

Please sign in to comment.