diff --git a/css/style.css b/css/style.css index 34c12b1..05d988a 100644 --- a/css/style.css +++ b/css/style.css @@ -35,4 +35,12 @@ header { -khtml-user-select: none; /* Konqueror HTML */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ +} + +a { + outline: none !important; +} + +button { + outline: none !important; } \ No newline at end of file