mirror of
https://github.com/Ocelot-Social-Community/ocelot.social.git
synced 2025-12-13 07:46:08 +00:00
Make donation button background color more dark in dark mode
This commit is contained in:
parent
aee8d8215f
commit
884247ab73
@ -95,10 +95,14 @@ h1, h2, h3, h4 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.theme-hope-content Button.donate-button {
|
.theme-hope-content Button.donate-button {
|
||||||
background-color: $theme-color !important;
|
background-color: $theme-color;
|
||||||
opacity: 0.85 !important;
|
opacity: 0.85 !important;
|
||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
color: white !important;
|
color: white !important;
|
||||||
|
|
||||||
|
html[data-theme="dark"] & {
|
||||||
|
background-color: rgba($theme-color, 0.75) !important;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
.theme-hope-content Button.donate-button:hover {
|
.theme-hope-content Button.donate-button:hover {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user