From 109ca76a7fe5887742855cf222465b6412ca6968 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Tue, 3 Feb 2026 12:46:27 -0800 Subject: [PATCH] feat: remove social dropdown thingy, put discord in nav --- public/assets/css/theme-witch.css | 32 ++++++++++++++++++++++++++++++- templates/base/footer.tmpl | 26 ------------------------- templates/custom/extra_links.tmpl | 3 ++- 3 files changed, 33 insertions(+), 28 deletions(-) diff --git a/public/assets/css/theme-witch.css b/public/assets/css/theme-witch.css index 7a701a0..e205e10 100644 --- a/public/assets/css/theme-witch.css +++ b/public/assets/css/theme-witch.css @@ -382,6 +382,33 @@ #navbar .item i, #navbar .item svg, #navbar .item .icon { color: var(--witch-moon) !important; } + + /* Special styling for Discord link in nav */ + #navbar .discord-link, + #navbar a[href*="discord"], + #navbar a[href*="chat.nhcarrigan.com"] { + background: rgba(212, 165, 199, 0.2) !important; + border-radius: 8px !important; + padding: 8px 16px !important; + margin: 0 5px !important; + transition: all 0.3s ease !important; + } + + #navbar .discord-link:hover, + #navbar a[href*="discord"]:hover, + #navbar a[href*="chat.nhcarrigan.com"]:hover { + background: rgba(212, 165, 199, 0.5) !important; + transform: translateY(-1px) !important; + box-shadow: 0 2px 10px rgba(168, 87, 126, 0.3) !important; + } + + /* Discord icon if you use one */ + #navbar .discord-link i, + #navbar a[href*="discord"] i, + #navbar a[href*="chat.nhcarrigan.com"] i { + color: var(--witch-lavender) !important; + margin-right: 5px !important; + } /* Repository header */ .repository.header { @@ -928,6 +955,7 @@ footer *, .page-footer * { color: var(--witch-moon) !important; } + footer a, .page-footer a { color: var(--witch-mauve) !important; @@ -1253,4 +1281,6 @@ border: 1px solid var(--witch-rose) !important; padding: 8px 12px !important; border-radius: 6px !important; - } \ No newline at end of file + } + + /* Footer dropdown styling removed - no longer needed */ \ No newline at end of file diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl index 3eba5c8..471bcc5 100644 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -1,37 +1,11 @@ - -