Skip to content

Commit

Permalink
increase donate button catchiness
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorgomateus committed Oct 16, 2024
1 parent eac9889 commit 8e77128
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions bmrc/static/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ $bmrc-banner-gradient: linear-gradient(257.92deg, rgba(36, 169, 224, 0.9) 51.83%
* background-blue: var(--Background-Blue, rgba(233, 247, 252, 1));
*/
body{font-size: 1.1em;}
img:not(.nav-brand){
background: linear-gradient(-9deg, #ededed, #e1e1e1)
}
Expand Down Expand Up @@ -551,14 +552,17 @@ nav.navbar {
}
}
a.navbar-item.archives{
background-color: var(--bmrc-dark-gray);
color: white;
background-color: var(--cs-navbar-background);
color: var(--cs-navbar-color);
border: 1px solid var(--cs-navbar-color);
margin-right: 5px;
@media screen and (max-width: 1023px) {
margin-bottom: 5px;
}
}
a.navbar-item.donate{
background-color: var(--bmrc-yellow);
color: var(--cs-navbar-color);
border: 1px solid var(--cs-navbar-color);
}
}
Expand Down

0 comments on commit 8e77128

Please sign in to comment.