From 2269e4f9e6acee48416148d7e18e280ac049c0dd Mon Sep 17 00:00:00 2001 From: Pagwin Date: Wed, 18 Dec 2024 01:38:07 -0500 Subject: [PATCH] removed house and made fallback for header without svgs more acceptable --- static/css/colors.css | 5 ++ static/images/house.svg | 124 ---------------------------------------- templates/default.html | 10 ++-- 3 files changed, 11 insertions(+), 128 deletions(-) delete mode 100644 static/images/house.svg diff --git a/static/css/colors.css b/static/css/colors.css index 7b7d239..db5df65 100644 --- a/static/css/colors.css +++ b/static/css/colors.css @@ -72,6 +72,11 @@ background-color: var(--nav-link-bg-color); } +/*avoiding color issues of nesting anchor inside objects for header icon links*/ +a.icon:has(.nav-link){ + color: rgba(0,0,0,0); +} + .nav-link:hover { background: var(--nav-link-bg-color-hover); } diff --git a/static/images/house.svg b/static/images/house.svg deleted file mode 100644 index c493377..0000000 --- a/static/images/house.svg +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/templates/default.html b/templates/default.html index 1ced0d4..34a00af 100644 --- a/templates/default.html +++ b/templates/default.html @@ -24,11 +24,13 @@