mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-04-15 21:28:32 +02:00
Update: contact page folder structure
This commit is contained in:
@@ -314,6 +314,7 @@
|
||||
display: flex;
|
||||
}
|
||||
|
||||
|
||||
[data-theme='light'] .brand__mobile-check:checked ~ .brand__mobile-toggle {
|
||||
background-color: transparent;
|
||||
border-color: #89808092;
|
||||
@@ -339,6 +340,16 @@
|
||||
transition: background-color 0.15s ease;
|
||||
}
|
||||
|
||||
[data-theme='light'] .brand__mobile-check:checked ~ .brand__mobile-links .mobile-link {
|
||||
color: #ff3d3d;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: light) {
|
||||
.brand__mobile-check:checked ~ .brand__mobile-links .mobile-link {
|
||||
color: #ff3d3d;
|
||||
}
|
||||
}
|
||||
|
||||
.mobile-link:hover {
|
||||
background-color: var(--background-color1);
|
||||
}
|
||||
@@ -347,6 +358,7 @@
|
||||
border-bottom: 1px solid var(--foreground-color3);
|
||||
}
|
||||
|
||||
|
||||
/* Mobile toggle dark mode colors */
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.brand__mobile-toggle {
|
||||
|
||||
Reference in New Issue
Block a user