From 5397f9ee6f7333fd214f07f719e6f271fca39589 Mon Sep 17 00:00:00 2001 From: "Oliver B. Fischer" Date: Tue, 21 Jul 2026 22:23:05 +0200 Subject: [PATCH] Verlagerung allgemeiner Schrifteinstellungen --- themes/jug/assets/sass/jug.scss | 36 ++++++++++++++++++++------------- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git a/themes/jug/assets/sass/jug.scss b/themes/jug/assets/sass/jug.scss index a7b1371..bf32278 100644 --- a/themes/jug/assets/sass/jug.scss +++ b/themes/jug/assets/sass/jug.scss @@ -90,6 +90,28 @@ $spacing_top_navigation_elements: 4px; font-display: swap; } +//-- πŸ”ˆ Alle Einstellungen fΓΌr Schriften, unabhΓ€ngig von der AuflΓΆsung + +body { + font-family: 'JetBrains Mono', ui-monospace, monospace; + background: $bg; + color: $ink; + -webkit-font-smoothing: antialiased; +} + +::selection { + background: $accent; + color: $accent-ink; +} + +a { + color: inherit; + text-decoration: none; +} + +a:hover { + color: $accent; +} //-- Hauptstruktur @@ -301,23 +323,9 @@ html { scroll-behavior: smooth; } -a { - color: inherit; - text-decoration: none; -} /* ─── Basis ─────────────────────────────────────────────────── */ -body { - font-family: 'JetBrains Mono', ui-monospace, monospace; - background: $bg; - color: $ink; - -webkit-font-smoothing: antialiased; -} -::selection { - background: $accent; - color: $accent-ink; -} .dot {