Outline fix

This commit is contained in:
CommanderRedYT
2020-12-02 17:21:01 +01:00
parent 8cda9fbbe6
commit 4537734086

View File

@@ -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;
}