add basic keyboard support

This commit is contained in:
Tomasz Borychowski
2021-02-14 15:50:53 +00:00
committed by Ben Busby
parent 3ed0cf02bf
commit 5538ac862e
3 changed files with 52 additions and 2 deletions
+6
View File
@@ -60,3 +60,9 @@ header {
margin: 15px;
display: block;
}
#main>div:focus-within {
border-radius: 8px;
box-shadow: 0 0 6px 1px #2375e8;
}