Skip to content

Commit

Permalink
Merge pull request #12 from TAMULib/03-avalon-7.4.0-styling-continued
Browse files Browse the repository at this point in the history
Fix header gray border and mobile title color
  • Loading branch information
wwtamu authored Jul 12, 2024
2 parents 493dac8 + f929bce commit 42b242e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion app/assets/stylesheets/tamu.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
#header-navbar {
@media screen and (min-width: 768px) {
border-top: 1px solid gray;
}
}

#header-navbar .navbar-brand {
background: transparent "tamu-logo-with-bar.png" no-repeat top left;
margin-top: 10px;
margin-bottom: -10px;
border-top: 2px solid $gray;
}

#header-navbar .navbar-toggle, #header-navbar .facets-toggle {
Expand All @@ -13,6 +18,11 @@
background-color: $primary;
}

.header-logo .desktop-hidden {
color: white;
margin-left: 10px;
}

.custom-header {
background-color: #3c0000;
}
Expand Down

0 comments on commit 42b242e

Please sign in to comment.