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