From 6d63d3fefd916fed7ab185e4cf38cb3b47037469 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Sat, 21 Dec 2024 17:22:27 -0500 Subject: [PATCH] actually made the fallback color a fallback instead of just the color, imports need to be at the top oops --- static/images/house.svg | 6 ++++-- static/images/rss.svg | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/static/images/house.svg b/static/images/house.svg index b4d259a..d684742 100644 --- a/static/images/house.svg +++ b/static/images/house.svg @@ -47,8 +47,6 @@ } } - @import url("/static/css/icon-colors.css") layer(import-color); - @import url("/static/css/icon-print.css") layer(print); @layer base{ .box { fill: var(--background-color); @@ -58,6 +56,10 @@ } } + +