mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-27 10:31:22 +08:00
lowered outline width
This commit is contained in:
parent
25f8d4a2ce
commit
cb3f1ee1b0
2 changed files with 2 additions and 2 deletions
|
|
@ -315,7 +315,7 @@ key {
|
|||
outline: none;
|
||||
}
|
||||
&:focus {
|
||||
box-shadow: 0 0 0 0.2em var(--text-color);
|
||||
box-shadow: 0 0 0 0.15em var(--text-color);
|
||||
// outline: 2px solid var(--text-color);
|
||||
}
|
||||
&:active {
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@
|
|||
align-items: center;
|
||||
|
||||
.button.danger {
|
||||
box-shadow: 0 0 0 0.2em var(--error-color);
|
||||
box-shadow: 0 0 0 0.15em var(--error-color);
|
||||
color: var(--text-color);
|
||||
&:hover {
|
||||
background: var(--text-color);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue