mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-16 18:07:02 -04: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 {
|
.text-danger {
|
||||||
color: var(--text-danger);
|
color: var(--text-danger) !important;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
@ -166,10 +166,10 @@
|
||||||
|
|
||||||
.button-danger-background {
|
.button-danger-background {
|
||||||
background-color: var(--background-color) !important;
|
background-color: var(--background-color) !important;
|
||||||
border-style: solid;
|
border-style: solid !important;
|
||||||
border-width: .1rem;
|
border-width: .1rem !important;
|
||||||
border-color: var(--button-outline-danger-border) !important;
|
border-color: var(--button-outline-danger-border) !important;
|
||||||
border-radius: 5px;
|
border-radius: 5px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-danger-background.top-margin {
|
.button-danger-background.top-margin {
|
||||||
|
|
|
@ -5,10 +5,10 @@
|
||||||
|
|
||||||
.vc-donatebutton{
|
.vc-donatebutton{
|
||||||
background-color: var(--background-color) !important;
|
background-color: var(--background-color) !important;
|
||||||
border-color: var(--vc-donatebutton);
|
border-color: var(--vc-donatebutton) !important;
|
||||||
filter: brightness(1);
|
filter: brightness(1);
|
||||||
border-width: .1rem;
|
border-width: .1rem !important;
|
||||||
border-style: solid;
|
border-style: solid !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vc-donatebutton:hover{
|
.vc-donatebutton:hover{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue