Update: contact page folder structure

This commit is contained in:
hyzen
2026-03-16 01:44:20 +05:30
parent 51022083bf
commit 9b7a48f77d
3 changed files with 24 additions and 0 deletions

View File

@@ -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 {