Remove focus outline 0 from footer and search styles

This commit is contained in:
Aditya Telange
2026-04-11 13:02:59 +05:30
parent 8438531860
commit 730ab0de35
3 changed files with 0 additions and 10 deletions
-5
View File
@@ -53,8 +53,3 @@
.top-link:hover { .top-link:hover {
color: var(--primary); color: var(--primary);
} }
.top-link:focus,
#theme-toggle:focus {
outline: 0;
}
-4
View File
@@ -82,10 +82,6 @@
margin-inline-start: var(--gap); margin-inline-start: var(--gap);
} }
.toc summary:focus {
outline: 0;
}
.post-content { .post-content {
color: var(--content); color: var(--content);
margin: 30px 0; margin: 30px 0;
-1
View File
@@ -36,7 +36,6 @@
height: 100%; height: 100%;
top: 0px; top: 0px;
left: 0px; left: 0px;
outline: none;
} }
#searchResults .focus { #searchResults .focus {