css: reset: disbale highlight on focus

This commit is contained in:
Aditya Telange 2020-09-15 22:36:29 +05:30
parent 6813112e25
commit 94b67a5dc9
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -131,4 +131,8 @@ blockquote {
::-webkit-scrollbar-thumb:hover {
background: var(--secondary);
}
}
*:focus {
outline:none;
}