From 23b05708e92a7994e4983debc28805b05df62923 Mon Sep 17 00:00:00 2001 From: JMM <40151420+ldericher@users.noreply.github.com> Date: Sun, 11 Aug 2024 14:52:30 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"=E2=9C=A8=20add=20SVG=20support=20for?= =?UTF-8?q?=20logos"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/compiled/main.css | 7 ------- assets/css/main.css | 5 ----- layouts/partials/header/basic.html | 6 ------ 3 files changed, 18 deletions(-) diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index e25ddcc1..abad07c2 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -3163,13 +3163,6 @@ body button { width:1em } -/* Scale SVG logos to appropriate size */ - -.logo svg { - height:5rem; - width:5rem -} - /* Search */ #search-query::-webkit-search-cancel-button, diff --git a/assets/css/main.css b/assets/css/main.css index 6db69609..d2ca6eeb 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -16,11 +16,6 @@ body button { @apply h-[1em] w-[1em]; } -/* Scale SVG logos to appropriate size */ -.logo svg { - @apply h-[5rem] w-[5rem]; -} - /* Search */ #search-query::-webkit-search-cancel-button, #search-query::-webkit-search-decoration, diff --git a/layouts/partials/header/basic.html b/layouts/partials/header/basic.html index caf69fa7..6b2c6fa0 100644 --- a/layouts/partials/header/basic.html +++ b/layouts/partials/header/basic.html @@ -7,14 +7,8 @@ {{ .Site.Title | markdownify }} - {{ if eq $logo.MediaType.SubType "svg" }} - - {{ else }} - {{ end }}