Fix: dark mode hamburger button focus color

This commit is contained in:
hyzen
2026-03-06 00:24:00 +05:30
parent c8489f22ea
commit db1bb6bb6a
3 changed files with 16 additions and 776 deletions

View File

@@ -80,6 +80,7 @@
.rss-subscribe__link:hover,
.rss-subscribe__link:focus {
background-color: transparent;
border-color: var(--foreground-color);
color: var(--foreground-color) !important;
}
}
@@ -91,6 +92,7 @@
[data-theme='dark'] .rss-subscribe__link:hover,
[data-theme='dark'] .rss-subscribe__link:focus {
background-color: transparent;
border-color: var(--foreground-color);
color: var(--foreground-color) !important;
}
[data-theme='light'] .rss-subscribe__link {
@@ -304,11 +306,16 @@
display: flex;
}
.brand__mobile-check:checked ~ .brand__mobile-toggle,
[data-theme='light'] .brand__mobile-check:checked ~ .brand__mobile-toggle {
background-color: #f26522;
color: #fff;
}
@media (prefers-color-scheme: light) {
.brand__mobile-check:checked ~ .brand__mobile-toggle {
background-color: #f26522;
color: #fff;
}
}
.mobile-link {
display: flex;