web: change preview banner styling
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
justify-content: space-between;
|
||||
gap: var(--spacing-s);
|
||||
padding: var(--spacing-xs) var(--spacing-s);
|
||||
background: var(--color-deepBrick);
|
||||
background: color-mix(in srgb, var(--color-deepBrick) 60%, transparent);
|
||||
backdrop-filter: blur(4px);
|
||||
color: var(--color-betongGray);
|
||||
font-family: var(--font-main-demi);
|
||||
font-size: var(--font-size-caption);
|
||||
|
||||
Reference in New Issue
Block a user