focus arrow keys for scrolling

This commit is contained in:
cupcakearmy
2019-09-06 22:45:56 +02:00
parent 9324a3905a
commit 6f94029999
4 changed files with 14 additions and 2 deletions

View File

@@ -25,6 +25,10 @@ Theme URI: https://github.com/cupcakearmy/liquet
scroll-behavior: smooth;
}
*[tabindex]:focus {
outline: none;
}
html, body {
padding: 0;
margin: 0;