mirror of
https://github.com/Ocelot-Social-Community/ocelot.social.git
synced 2025-12-12 23:35:59 +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 {
|
||||
background-color: $theme-color !important;
|
||||
background-color: $theme-color;
|
||||
opacity: 0.85 !important;
|
||||
border: 0 !important;
|
||||
color: white !important;
|
||||
|
||||
html[data-theme="dark"] & {
|
||||
background-color: rgba($theme-color, 0.75) !important;
|
||||
}
|
||||
};
|
||||
|
||||
.theme-hope-content Button.donate-button:hover {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user