Skip to content

Commit

Permalink
Theme for Mons - search
Browse files Browse the repository at this point in the history
  • Loading branch information
jerhero committed Dec 4, 2024
1 parent 3406992 commit b79fd6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mons/src/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ body {
width: 40px;
height: 40px;
background: #000;
border: solid 2px #fff;
border: solid 2px #fff !important;
transition: all 0.3s ease;

&:hover {
Expand All @@ -113,7 +113,7 @@ body {
#search-link
a:hover {
background: $primary;
border: solid 2px $primary;
border: solid 2px #fff;
}

.section-home-page #portal-header #portal-header-top #portal-logo {
Expand Down

0 comments on commit b79fd6a

Please sign in to comment.