mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-27 07:24:55 -04:00
bug fix (#84)
This commit is contained in:
parent
4c738cd032
commit
3435966577
2 changed files with 7 additions and 7 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue