From 56154b0c6307c5c80f0aaefb7dd9422bcf201dcb Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 28 Apr 2024 19:33:00 -0700 Subject: [PATCH] fix: menu styles --- package.json | 2 +- src/_includes/partials/nav/link.liquid | 3 ++- src/assets/img/avatar.webp | Bin 432566 -> 432566 bytes src/assets/styles/base/index.css | 20 +++++++++++--------- src/assets/styles/components/menu.css | 13 +++++++++---- 5 files changed, 23 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 057b09a0..08c0ebaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "13.0.2", + "version": "13.0.3", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": { diff --git a/src/_includes/partials/nav/link.liquid b/src/_includes/partials/nav/link.liquid index d452e9bd..7d21f9c3 100644 --- a/src/_includes/partials/nav/link.liquid +++ b/src/_includes/partials/nav/link.liquid @@ -3,6 +3,7 @@ {% if icon %} {% tablericon icon link %} + {{ link }} {% else %} {{ link }} {% endif %} @@ -14,7 +15,7 @@ {{ link }} {% else %} - + {{ link }} {% endif %} diff --git a/src/assets/img/avatar.webp b/src/assets/img/avatar.webp index e0d737af149f985a44824183b7f1ce60de70a01a..f0098b6af92857c5540bb13d7e703f1047e1cf09 100644 GIT binary patch delta 32 ocmdnCS!&y6sfHHD7N!>F7M2#)Eo`aNS&WUWjJIb_XY*wO0LEMj!TF7M2#)Eo`aNS&R& svg { + & .icon > svg, + & .active > svg { display: block; } - & .icon > span { + & .icon > span, + & .active > span { display: none; } } @@ -78,6 +80,7 @@ theme-toggle { justify-content: center; align-items: center; gap: 0; + z-index: 1; & > li { display: flex; @@ -89,11 +92,13 @@ theme-toggle { color: var(--text-color); background: var(--background-color); - & .icon > svg { + & .icon > svg, + & .active > svg { display: none; } - & .icon > span { + & .icon > span, + & .active > span { display: inline; } }