Skip to content

Commit c4f4699

Browse files
committed
fix(wikipedia): default link focus outline
1 parent 6b39ac5 commit c4f4699

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

styles/wikipedia/catppuccin.user.less

+4
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,10 @@
228228

229229
a {
230230
color: @accent;
231+
232+
&:focus {
233+
outline-color: @accent;
234+
}
231235
}
232236

233237
.mw-parser-output {

0 commit comments

Comments
 (0)