Skip to content

Commit 8925b45

Browse files
committed
Add border-radius and space around the new donate button
1 parent 6cee457 commit 8925b45

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

src/css/custom.css

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -118,18 +118,17 @@ button[class*="toggleButton"] {
118118
}
119119

120120
.navbar-donate-button {
121-
background-color: var(--suffolk-light-gold) !important;
122-
color: var(--suffolk-dark-blue) !important;
123-
border-radius: 6px !important;
124-
padding: 0.375rem 0.75rem !important;
125-
font-weight: 600 !important;
126-
margin-left: 0.5rem !important;
127-
transition: all 0.2s ease-in-out !important;
121+
background-color: var(--suffolk-light-gold);
122+
color: var(--suffolk-dark-blue);
123+
border-radius: 9999px;
124+
margin-right: calc(.25 * var(--ifm-navbar-item-padding-horizontal));
125+
margin-left: calc(.25 * var(--ifm-navbar-item-padding-horizontal));
126+
padding: 0.375rem 0.75rem;
128127

129128
&:hover {
130-
background-color: var(--suffolk-dark-gold) !important;
131-
color: white !important;
132-
text-decoration: none !important;
129+
background-color: var(--suffolk-dark-gold);
130+
color: White;
131+
text-decoration: none;
133132
}
134133
}
135134

0 commit comments

Comments
 (0)