mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-21 15:48:52 -05:00
bug fix (#84)
This commit is contained in:
parent
4c738cd032
commit
3435966577
2 changed files with 7 additions and 7 deletions
|
@ -150,7 +150,7 @@
|
|||
}
|
||||
|
||||
.text-danger {
|
||||
color: var(--text-danger);
|
||||
color: var(--text-danger) !important;
|
||||
font-size: 1.2rem;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
@ -166,10 +166,10 @@
|
|||
|
||||
.button-danger-background {
|
||||
background-color: var(--background-color) !important;
|
||||
border-style: solid;
|
||||
border-width: .1rem;
|
||||
border-style: solid !important;
|
||||
border-width: .1rem !important;
|
||||
border-color: var(--button-outline-danger-border) !important;
|
||||
border-radius: 5px;
|
||||
border-radius: 5px !important;
|
||||
}
|
||||
|
||||
.button-danger-background.top-margin {
|
||||
|
|
|
@ -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
Reference in a new issue