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 {