From e630719ff2025d92f5e2d153cf8aa4e52644a90f Mon Sep 17 00:00:00 2001 From: Jan Kremer Date: Thu, 8 Jan 2026 08:15:03 +0100 Subject: [PATCH] svg: Move styles to css --- assets/css/main.css | 4 ++++ layouts/partials/cc.svg | 2 +- layouts/partials/logo.svg | 2 +- static/favicon.svg | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index e1e59da..dd1a1d6 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -139,6 +139,10 @@ a { } } +svg { + display: inline; +} + .title { color: light-dark(var(--uchu-yin), var(--uchu-yang)); font-weight: bold; diff --git a/layouts/partials/cc.svg b/layouts/partials/cc.svg index 698a602..df9ad29 100644 --- a/layouts/partials/cc.svg +++ b/layouts/partials/cc.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/layouts/partials/logo.svg b/layouts/partials/logo.svg index bd81508..b765f9d 100644 --- a/layouts/partials/logo.svg +++ b/layouts/partials/logo.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/static/favicon.svg b/static/favicon.svg index bd81508..b765f9d 100644 --- a/static/favicon.svg +++ b/static/favicon.svg @@ -1 +1 @@ - \ No newline at end of file +