From ca348d70abe962284184eb9dbf2f747c65ef76df Mon Sep 17 00:00:00 2001 From: Pagwin Date: Sat, 21 Dec 2024 16:04:51 -0500 Subject: [PATCH] fixes to house icon and to dt to make focus-visible not break --- static/css/layout.css | 4 ++- static/images/house.svg | 72 +++++++++++++++++++++++++++++++++++++---- 2 files changed, 69 insertions(+), 7 deletions(-) diff --git a/static/css/layout.css b/static/css/layout.css index f80d0e8..e348444 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -38,8 +38,10 @@ dt { font-family: "Courier Prime", Georgia, serif; text-overflow: ellipsis; - overflow:hidden; white-space: nowrap; + overflow:hidden; + /*needed to fix the outline vanishing due to overflow hidden*/ + padding: 2px; } /*font sizes*/ h1 { diff --git a/static/images/house.svg b/static/images/house.svg index 256193b..3f583d3 100644 --- a/static/images/house.svg +++ b/static/images/house.svg @@ -1,6 +1,66 @@ - - - -home - - \ No newline at end of file + + + + + + + home + + + + + + +