aboutsummaryrefslogtreecommitdiff
path: root/src/scss/style.scss
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-08-09 18:08:20 +0200
committerWilliam Hergès <william@herges.fr>2025-08-09 18:08:20 +0200
commit56291f643376857a58523642e82d00eecdd61fb3 (patch)
treefe1382fa3fe505788a03a7c27347abd761258ae2 /src/scss/style.scss
parent822190e8547a1fe332f242731e0369a5c645bef1 (diff)
feat(style): better font, better mosaic and better scroll
Diffstat (limited to 'src/scss/style.scss')
-rw-r--r--src/scss/style.scss10
1 files changed, 6 insertions, 4 deletions
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;
}
}
}