1
Fork 0

Add focus styling.

This commit is contained in:
Bauke 2022-03-28 14:22:07 +02:00
parent 514b10ef84
commit 55f523fe48
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ button {
cursor: pointer; cursor: pointer;
} }
:focus {
outline: 2px dotted var(--foreground-1);
}
.monospace { .monospace {
font-family: monospace; font-family: monospace;
} }