Removed outline from selected elements

This commit is contained in:
Thomas Nordquist
2019-04-14 20:24:36 +02:00
parent 266d337dae
commit aae1381de5

View File

@@ -11,6 +11,10 @@
padding: 0;
}
[tabindex] {
outline: none;
}
@keyframes updateDark {
0% {background-color: none;}
25% {background-color: #3f51b5;}