mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-15 15:44:25 -04:00
css: reset: disbale highlight on focus
This commit is contained in:
parent
6813112e25
commit
94b67a5dc9
1 changed files with 5 additions and 1 deletions
|
@ -131,4 +131,8 @@ blockquote {
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb:hover {
|
::-webkit-scrollbar-thumb:hover {
|
||||||
background: var(--secondary);
|
background: var(--secondary);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*:focus {
|
||||||
|
outline:none;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue