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:
c0mrade
2026-02-06 18:30:19 +03:00
parent 5171890745
commit 88d9377adb
9 changed files with 83 additions and 21 deletions

View File

@@ -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 {