Add dark mode for PWA frontend
This commit is contained in:
@@ -192,9 +192,9 @@
|
||||
|
||||
.home-card--scan {
|
||||
/* Keep the scan button vivid and easy to find (intentionally prominent) */
|
||||
background: #2b5bb5; /* vivid blue to stand out */
|
||||
color: #ffffff;
|
||||
box-shadow: 0 8px 28px rgba(43, 91, 181, 0.28);
|
||||
background: var(--fab-bg);
|
||||
color: var(--fab-text);
|
||||
box-shadow: 0 8px 28px var(--fab-shadow);
|
||||
transform: translateY(0);
|
||||
}
|
||||
|
||||
@@ -204,7 +204,7 @@
|
||||
|
||||
.home-card--scan:focus {
|
||||
outline: none;
|
||||
box-shadow: 0 0 0 6px rgba(43,91,181,0.12), 0 8px 28px rgba(43,91,181,0.28);
|
||||
box-shadow: 0 0 0 6px rgba(43,91,181,0.12), 0 8px 28px var(--fab-shadow);
|
||||
}
|
||||
|
||||
.home-card-icon {
|
||||
|
||||
Reference in New Issue
Block a user