aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2026-01-22 01:06:18 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2026-01-22 01:06:18 +0100
commit3f33d93e853095f36f9e31b21d897f6bae2d20e8 (patch)
tree73580b406b06df596d23326e2929e3ef6250958d /styles
parente98abc570c82eaba1719a8fe231d012289c5e462 (diff)
Estilo más retro
Diffstat (limited to 'styles')
-rw-r--r--styles/shared.scss11
1 files changed, 7 insertions, 4 deletions
diff --git a/styles/shared.scss b/styles/shared.scss
index 96f20c6..d89de37 100644
--- a/styles/shared.scss
+++ b/styles/shared.scss
@@ -12,7 +12,7 @@ body {
%heading {
font-family: $titleFontStack;
margin-block-start: 1rem;
- margin-block-end: 0.5rem;
+ margin-block-end: 1.5rem;
color: $accentDark;
text-shadow: 1px 1px 0 #fff;
}
@@ -21,15 +21,18 @@ h1 {
@extend %heading;
font-size: 2.75rem;
line-height: 1.2;
- border-bottom: 2px solid $accentLight;
padding-bottom: 0.5rem;
- margin-bottom: 1.5rem;
+ border-bottom: 2px solid $accent;
+ letter-spacing: -0.02em;
}
h2 {
@extend %heading;
font-size: 2rem;
- line-height: 1.3;
+ line-height: 1.2;
+ padding-bottom: 0.5rem;
+ border-bottom: 1px solid $accent;
+ letter-spacing: -0.02em;
}
h3 {