aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-06-05 23:03:02 +0200
committerAriel Costas Guerrero <ariel@costas.dev>2025-06-05 23:03:02 +0200
commit896571d83834cacdca6eb2ae066e561bf6331cf1 (patch)
tree8f8a869e653e2820430735a987733574c03c0df4 /styles
parent441e643806ef6c1c8d10a64d22ab071a5d6e8024 (diff)
Enhance homepage layout and content, improve accessibility, and update styles
Diffstat (limited to 'styles')
-rw-r--r--styles/_variables.scss1
-rw-r--r--styles/shared.scss2
2 files changed, 2 insertions, 1 deletions
diff --git a/styles/_variables.scss b/styles/_variables.scss
index 26858a2..c4317c4 100644
--- a/styles/_variables.scss
+++ b/styles/_variables.scss
@@ -9,6 +9,7 @@ $secondary: hsl(48, 100%, 50%);
$dark: hsl(340, 13%, 5%);
$background: hsl(210, 40%, 96%);
+$backgroundDarker: hsl(210, 40%, 80%);
$light: hsl(214, 64%, 98%);
$lightAlt: hsl(0, 0%, 100%);
diff --git a/styles/shared.scss b/styles/shared.scss
index d6961a1..5844332 100644
--- a/styles/shared.scss
+++ b/styles/shared.scss
@@ -7,7 +7,7 @@
%heading {
font-family: $titleFontStack;
- line-height: 1.25;
+ line-height: 1.55;
margin-block-start: 0.75em;
margin-block-end: 0.25em;
}