Fix frontend theme coverage
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
font-size: 0.85rem;
|
||||
letter-spacing: 0.12em;
|
||||
text-transform: uppercase;
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
|
||||
box-shadow: inset 0 1px 0 color-mix(in srgb, var(--text-on-accent) 22%, transparent);
|
||||
}
|
||||
|
||||
.app-shell-brand-copy {
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
color: var(--text-primary);
|
||||
background: color-mix(in srgb, var(--accent-1) 84%, var(--surface-2));
|
||||
border-color: color-mix(in srgb, var(--accent-3) 45%, var(--border-default));
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
|
||||
box-shadow: inset 0 1px 0 color-mix(in srgb, var(--text-on-accent) 16%, transparent);
|
||||
}
|
||||
|
||||
.shell-primary-nav-link.is-tools-link {
|
||||
|
||||
Reference in New Issue
Block a user