aboutsummaryrefslogtreecommitdiff
path: root/styles/shared.scss
diff options
context:
space:
mode:
authorAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2025-01-01 18:46:23 +0100
committerAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2025-01-01 18:46:23 +0100
commited484cdde9326823a696fd39682f8e6d6e33c3cb (patch)
treeca54226e74bfd6cacb1c38075b273fb3b9cb00c3 /styles/shared.scss
parent078d34867aa33fd7684ebe54b723309f2dcbc0ff (diff)
Give the site a cleaner look
Diffstat (limited to 'styles/shared.scss')
-rw-r--r--styles/shared.scss29
1 files changed, 29 insertions, 0 deletions
diff --git a/styles/shared.scss b/styles/shared.scss
index 22a7292..1d9ccdc 100644
--- a/styles/shared.scss
+++ b/styles/shared.scss
@@ -5,6 +5,8 @@ $accent: hsl(209, 94%, 42%);
$accentLight: hsl(215, 90%, 60%);
$accentDark: hsl(215, 90%, 30%);
$dark: hsl(340, 13%, 5%);
+
+$background: hsl(210, 40%, 98%);
$light: hsl(214, 64%, 98%);
$lightAlt: hsl(0, 0%, 100%);
@@ -23,3 +25,30 @@ $breakpointDesktop: 1024px;
letter-spacing: -0.05em;
}
+%heading {
+ font-family: $mainFontStack;
+ @extend %tracking-tight;
+ line-height: 1.25;
+ margin-block-start: 0.75em;
+ margin-block-end: 0.25em;
+}
+
+h1 {
+ @extend %heading;
+ font-size: 3rem;
+}
+
+h2 {
+ @extend %heading;
+ font-size: 2.25rem;
+}
+
+h3 {
+ @extend %heading;
+ font-size: 1.5rem;
+}
+
+h4 {
+ @extend %heading;
+ font-size: 1.25rem;
+} \ No newline at end of file