File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments