mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-24 12:08:55 +01:00
web/donate: adjust donate card gradient colors for dark theme
This commit is contained in:
parent
1f25b3d793
commit
2479900bb9
1 changed files with 2 additions and 2 deletions
|
@ -50,8 +50,8 @@
|
||||||
|
|
||||||
:global([data-theme="dark"]) #donate-page {
|
:global([data-theme="dark"]) #donate-page {
|
||||||
--donate-border-opacity: 0.05;
|
--donate-border-opacity: 0.05;
|
||||||
--donate-gradient-start: #101010;
|
--donate-gradient-start: #111111;
|
||||||
--donate-gradient-end: #2d2d2d;
|
--donate-gradient-end: #2a2a2a;
|
||||||
}
|
}
|
||||||
|
|
||||||
#support-options {
|
#support-options {
|
||||||
|
|
Loading…
Reference in a new issue