Make focused buttons more obvious

This commit is contained in:
James Lyne 2021-05-24 17:16:18 +01:00
parent 302077c9c1
commit 647f3b4106

View File

@ -37,6 +37,9 @@
&:focus {
outline-color: var(--outline-focus);
outline-width: 0.2rem;
background-color: var(--background-hover);
color: var(--text-hover);
z-index: 1;
}
&:active {