Skip to content

Commit a53e865

Browse files
committed
style: re-add unified focus style
1 parent 1a8ba38 commit a53e865

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

app/assets/main.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,12 @@ body {
181181
line-height: 1.6;
182182
}
183183

184+
*:focus-visible {
185+
outline: 2px solid var(--accent);
186+
outline-offset: 2px;
187+
border-radius: 2px;
188+
}
189+
184190
/* Reset dd margin (browser default is margin-left: 40px) */
185191
dd {
186192
margin: 0;

0 commit comments

Comments
 (0)