feat: public demo experience (Vue SPA with demo mode) #103
1 changed files with 3 additions and 3 deletions
|
|
@ -27,8 +27,8 @@
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: 200;
|
z-index: 200;
|
||||||
background: var(--color-surface-raised);
|
background: color-mix(in srgb, var(--color-primary) 8%, var(--color-surface-raised));
|
||||||
border-bottom: 1px solid var(--color-border);
|
border-bottom: 1px solid color-mix(in srgb, var(--color-primary) 20%, var(--color-border));
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
@ -62,7 +62,7 @@
|
||||||
|
|
||||||
.demo-banner__cta--primary {
|
.demo-banner__cta--primary {
|
||||||
background: var(--color-primary);
|
background: var(--color-primary);
|
||||||
color: white;
|
color: var(--color-surface); /* surface is dark in dark mode, light in light mode — always contrasts primary */
|
||||||
}
|
}
|
||||||
|
|
||||||
.demo-banner__cta--secondary {
|
.demo-banner__cta--secondary {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue