From 44e8416b32a946d448254538571375e0a4a2f7ff Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sun, 28 Dec 2025 18:46:41 +0100 Subject: [PATCH] TMP --- assets/scss/base/typo.scss | 6 +++--- layouts/_partials/head.html | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/assets/scss/base/typo.scss b/assets/scss/base/typo.scss index 7ab207a1..3758a564 100644 --- a/assets/scss/base/typo.scss +++ b/assets/scss/base/typo.scss @@ -11,7 +11,7 @@ body h1, h2, h3, h4, h5, h6 { @include bpreplay; - color: $schrifthell; + color: $schrift; line-height: 1.25em; margin: 1.125em 0 .25em 0; /** Margin Top für h1 auf Marginalspalte abgestimmt! */ } @@ -35,7 +35,7 @@ h4 } h1 a, h2 a, h3 a, h4 a { - color: $normal; + color: $schrift; border-style: none; } h1 a:hover, @@ -133,7 +133,7 @@ h2 a, h3 a, h4 a { - color: $schrifthell; + color: $schrift; } h2 a:focus, h2 a:active, diff --git a/layouts/_partials/head.html b/layouts/_partials/head.html index 12df9e67..5372012a 100644 --- a/layouts/_partials/head.html +++ b/layouts/_partials/head.html @@ -4,25 +4,25 @@ -{{- $base := resources.Get "scss/base.scss" | toCSS | minify | fingerprint }} +{{- $base := resources.Get "scss/base.scss" | toCSS | fingerprint }} -{{- $screen := resources.Get "scss/screen.scss" | toCSS | minify | fingerprint }} +{{- $screen := resources.Get "scss/screen.scss" | toCSS | fingerprint }} -{{- $print := resources.Get "scss/print.scss" | toCSS | minify | fingerprint }} +{{- $print := resources.Get "scss/print.scss" | toCSS | fingerprint }} -{{- $tablet := resources.Get "scss/tablet.scss" | toCSS | minify | fingerprint }} +{{- $tablet := resources.Get "scss/tablet.scss" | toCSS | fingerprint }} -{{- $phone := resources.Get "scss/phone.scss" | toCSS | minify | fingerprint }} +{{- $phone := resources.Get "scss/phone.scss" | toCSS | fingerprint }} -{{- $tiny := resources.Get "scss/tiny.scss" | toCSS | minify | fingerprint }} +{{- $tiny := resources.Get "scss/tiny.scss" | toCSS | fingerprint }} @@ -32,7 +32,7 @@ -- 2.39.5