mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-23 00:57:21 -05:00
fix: fixed broken donate button background
This commit is contained in:
@@ -666,11 +666,15 @@ header div.dropdown-button-wrapper::after {
|
||||
}
|
||||
|
||||
header nav button {
|
||||
background: none !important;
|
||||
background: none;
|
||||
color: var(--text-shade-1);
|
||||
margin: 0 17px;
|
||||
padding: 0;
|
||||
}
|
||||
header nav button:hover {
|
||||
background: none;
|
||||
color: var(--text-shade-3);
|
||||
}
|
||||
|
||||
header nav button.active {
|
||||
background: none;
|
||||
|
||||
Reference in New Issue
Block a user