mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-04-16 13:48:32 +02:00
Fix: dark mode hamburger button focus color
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user