reverting x1
All checks were successful
Build Org Website / build (push) Successful in 50s

This commit is contained in:
2026-05-11 15:54:18 +01:00
parent 5df4871ecc
commit d0b5978496
2 changed files with 78 additions and 12 deletions

View File

@@ -11,6 +11,27 @@
text-underline-offset: 0.22em;
}
.hidden-whisper:hover,
.hidden-whisper:focus-visible {
color: var(--fg);
outline: none;
}
.hidden-inline-hint {
display: inline-block;
max-width: min(28rem, 82vw);
margin-left: 0.35rem;
padding: 0.32rem 0.48rem;
border: 1px solid var(--border);
border-radius: 8px;
background: var(--surface);
color: var(--muted);
font-size: 0.78rem;
line-height: 1.35;
vertical-align: baseline;
box-shadow: 0 10px 24px color-mix(in oklab, #000 12%, transparent);
}
.hidden-whisper::selection,
.hidden-greeting::selection,
.hidden-footer-note::selection {
@@ -252,13 +273,14 @@
position: relative;
}
.hidden-hover-memory:hover::after {
content: attr(data-hidden-memory);
position: absolute;
left: 0;
top: 100%;
.hidden-hover-memory:focus-visible {
outline: 2px solid color-mix(in oklab, var(--accent) 48%, transparent);
outline-offset: 0.18em;
}
.hidden-heading-memory {
width: min(28rem, 80vw);
margin-top: 0.25rem;
margin: -0.2rem 0 0.65rem;
padding: 0.55rem 0.65rem;
border: 1px solid var(--border);
border-radius: 8px;
@@ -268,7 +290,6 @@
font-family: 'Noto', system-ui, sans-serif;
font-weight: 400;
line-height: 1.35;
z-index: 30;
box-shadow: 0 12px 28px color-mix(in oklab, #000 12%, transparent);
}