Skip to content

Commit

Permalink
update common.css
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisaaronland committed Aug 26, 2021
1 parent 2218a0a commit 38a3398
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions static/css/sfomuseum.common.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* v0.9.1 */

/* Fonts */

@font-face {
Expand All @@ -20,11 +22,11 @@

a {
font-weight:400;
color: #8a741d;
color: #8a741d !important;
}

a:visited {
color: #8a741d;
color: #8a741d !important;
}

a:hover {
Expand Down Expand Up @@ -67,6 +69,11 @@ footer ul li:after {
content: " | ";
}

footer #block-museum-menu-footer a {
color:#fff !important;
text-decoration: none !important;
}

footer #block-museum-menu-footer ul li:after {
color: #fff;
}
Expand Down Expand Up @@ -462,4 +469,4 @@ td a {
color: #8a741d;
}

/* media queries are in sfomuseum.common.media.css */
/* media queries are in sfomuseum.common.media.css */
2 changes: 1 addition & 1 deletion templates/html/common_header_navi_search.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<form class="d-flex form-inline" action="/search/" id="navbar-search-form">
<input class="form-control mr-sm-2" id="sfom-navi-search" type="search" name="q" placeholder="Search the SFO Museum collection" aria-label="Search" style="width:auto !important;margin-right:.5rem;"/>
</form>
<a class="nav-link dropdown-toggle-x" id="sfom-navi-dropdrown" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
<a class="nav-link dropdown-toggle-x" id="sfom-navi-dropdrown" href="/search/" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
<svg class="svg-inline--fa fa-search fa-w-16 fa-lg" aria-hidden="true" data-prefix="fas" data-icon="search" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg="" height="22" width="22"><path fill="#fff" d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg>

</a>
Expand Down

0 comments on commit 38a3398

Please sign in to comment.