mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-29 18:13:47 +00:00
fix: add light theme support to connection page
Add isLight-aware styling to all block renderers (cards, timeline, accordion, minimal), BlockButtons, and InstallationGuide. Update colorParser gradient functions to generate light-appropriate backgrounds. Reduce wave blob opacity on light theme for better content readability.
This commit is contained in:
@@ -1512,8 +1512,8 @@ input[type='checkbox']:hover:not(:checked) {
|
||||
|
||||
/* Light theme adjustments */
|
||||
.light .wave-blob {
|
||||
opacity: 0.6;
|
||||
filter: blur(70px);
|
||||
opacity: 0.35;
|
||||
filter: blur(80px);
|
||||
}
|
||||
|
||||
.light .wave-blob-1 {
|
||||
|
||||
Reference in New Issue
Block a user