This commit is contained in:
Indiana Jone (Indi) 2024-10-27 22:19:36 -04:00 committed by GitHub
parent 4c738cd032
commit 3435966577
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View file

@ -5,10 +5,10 @@
.vc-donatebutton{
background-color: var(--background-color) !important;
border-color: var(--vc-donatebutton);
border-color: var(--vc-donatebutton) !important;
filter: brightness(1);
border-width: .1rem;
border-style: solid;
border-width: .1rem !important;
border-style: solid !important;
}
.vc-donatebutton:hover{