aboutsummaryrefslogtreecommitdiff
path: root/src/scss/style.scss
diff options
context:
space:
mode:
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;
}
}
}