Add theme variables: --theme-fab-bg, --theme-fab-color, --offline-card-bg
Customizable via theme files: - Dark: FAB uses accent-primary (#3f8ff0), card rgba(0,0,0,0.6) - Light: FAB uses color-primary (#112855), card rgba(0,0,0,0.55) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
.moko-offline-card {
|
||||
width: 100%;
|
||||
max-width: 720px;
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
background: var(--offline-card-bg, rgba(0, 0, 0, 0.6));
|
||||
backdrop-filter: blur(8px);
|
||||
-webkit-backdrop-filter: blur(8px);
|
||||
border-radius: 0.875rem;
|
||||
|
||||
Reference in New Issue
Block a user