From 56291f643376857a58523642e82d00eecdd61fb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sat, 9 Aug 2025 18:08:20 +0200 Subject: feat(style): better font, better mosaic and better scroll --- src/scss/style.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/scss/style.scss') diff --git a/src/scss/style.scss b/src/scss/style.scss index 846c239..c4220af 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -1,13 +1,13 @@ @use "reset"; -$background: hsl(15, 10%, 5%); +$background: hsl(15, 20%, 5%); $text: hsl(0, 0%, 100%); body { font-size: 22px; - font-family: sans-serif; background: $background; color: $text; + font-family: "Raveo", Inter, Roboto, sans-serif; } h1 { @@ -75,6 +75,8 @@ header { background-image: url("/home.jpg"); background-size: cover; background-position: center; + background-repeat: no-repeat; + background-attachment: fixed; } .tags { @@ -110,8 +112,8 @@ section { text-align: center; margin-bottom: 2rem; - &:last-child { - margin-bottom: 0; + & h2 { + margin-bottom: 1rem; } } } -- cgit v1.2.3