Add focus styling.
This commit is contained in:
parent
514b10ef84
commit
55f523fe48
|
@ -23,6 +23,10 @@ button {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
:focus {
|
||||
outline: 2px dotted var(--foreground-1);
|
||||
}
|
||||
|
||||
.monospace {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue