From 26f61eb68b8e974c30358134fbe0a5e6fa8f8115 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Mon, 18 Aug 2025 11:46:19 -0400 Subject: [PATCH] Figured out that SVG is hot garbage and got an icon to work for the home icon. --- pages/layouts/main.html | 9 ++++++++- static/icons/home.svg | 2 +- static/style.css | 14 ++++++++++++++ views/layouts/main.html | 9 ++++++++- 4 files changed, 31 insertions(+), 3 deletions(-) diff --git a/pages/layouts/main.html b/pages/layouts/main.html index 477657c..faefda5 100644 --- a/pages/layouts/main.html +++ b/pages/layouts/main.html @@ -14,7 +14,14 @@
- 🏡 + + + + + Live Streams Games diff --git a/static/icons/home.svg b/static/icons/home.svg index 10acdec..772edd7 100644 --- a/static/icons/home.svg +++ b/static/icons/home.svg @@ -8,7 +8,7 @@ stroke-width="2" stroke-linecap="round" stroke-linejoin="round" -> + id="home"> diff --git a/static/style.css b/static/style.css index 6fa711a..3c947ef 100644 --- a/static/style.css +++ b/static/style.css @@ -419,6 +419,15 @@ .bg-green-400\! { background-color: var(--color-green-400) !important; } + .fill-gray-50 { + fill: var(--color-gray-50); + } + .stroke-gray-50 { + stroke: var(--color-gray-50); + } + .stroke-gray-50\! { + stroke: var(--color-gray-50) !important; + } .p-0 { padding: calc(var(--spacing) * 0); } @@ -497,6 +506,11 @@ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); transition-duration: var(--tw-duration, var(--default-transition-duration)); } + .\*\:stroke-gray-50 { + :is(& > *) { + stroke: var(--color-gray-50); + } + } .\*\:text-nowrap { :is(& > *) { text-wrap: nowrap; diff --git a/views/layouts/main.html b/views/layouts/main.html index de6fa62..5ae7108 100644 --- a/views/layouts/main.html +++ b/views/layouts/main.html @@ -14,7 +14,14 @@
- 🏡 + + + + + Live Streams Games