Outline fix

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

View File

@@ -36,3 +36,11 @@ header {
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
}
a {
outline: none !important;
}
button {
outline: none !important;
}