From 9b7a48f77d4f099a2ce37ce575b902dd67d24c68 Mon Sep 17 00:00:00 2001 From: hyzen Date: Mon, 16 Mar 2026 01:44:20 +0530 Subject: [PATCH] Update: contact page folder structure --- content/{contact.md => contact/index.md} | 0 docs/css/custom.css | 12 ++++++++++++ static/css/custom.css | 12 ++++++++++++ 3 files changed, 24 insertions(+) rename content/{contact.md => contact/index.md} (100%) diff --git a/content/contact.md b/content/contact/index.md similarity index 100% rename from content/contact.md rename to content/contact/index.md diff --git a/docs/css/custom.css b/docs/css/custom.css index f00204a..75fd558 100644 --- a/docs/css/custom.css +++ b/docs/css/custom.css @@ -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 { diff --git a/static/css/custom.css b/static/css/custom.css index f00204a..75fd558 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -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 {