feat(portal): add SSR operations and exclusive groups
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
--ink: #171916;
|
||||
--muted: #57594f;
|
||||
--line: #9e9a88;
|
||||
--accent: #bc3f24;
|
||||
--accent: #a32f1b;
|
||||
--signal: #b5d452;
|
||||
--shadow: #262a23;
|
||||
}
|
||||
@@ -37,6 +37,27 @@ body {
|
||||
background: var(--canvas);
|
||||
}
|
||||
|
||||
:focus-visible {
|
||||
outline: 3px solid var(--accent);
|
||||
outline-offset: 3px;
|
||||
}
|
||||
|
||||
.skip-link {
|
||||
position: fixed;
|
||||
left: 1rem;
|
||||
top: 1rem;
|
||||
z-index: 100;
|
||||
transform: translateY(-200%);
|
||||
background: var(--ink);
|
||||
color: var(--panel);
|
||||
padding: 0.75rem 1rem;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.skip-link:focus {
|
||||
transform: translateY(0);
|
||||
}
|
||||
|
||||
::selection {
|
||||
background: var(--accent);
|
||||
color: var(--panel);
|
||||
|
||||
Reference in New Issue
Block a user