From 85e4cde7dd694759a7c082c0f6cbb9891f83fb87 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Sat, 6 Apr 2024 21:58:23 +0200 Subject: Update font styles and background colors in CSS files --- assets/css/base.scss | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'assets/css/base.scss') diff --git a/assets/css/base.scss b/assets/css/base.scss index 083a667..e68958b 100644 --- a/assets/css/base.scss +++ b/assets/css/base.scss @@ -1,3 +1,5 @@ +@import "_fonts"; +@import "_utilities"; @import "_root"; @import "markup/_index"; @import "partials/_index"; @@ -19,10 +21,14 @@ body { background-color: var(--body-background); color: var(--body-color); + + background-image: radial-gradient(circle at 1px 1px, #A9A9A988 1px, transparent 0); + background-size: 15px 15px; } h1, h2, h3, h4, h5, h6 { - font-family: var(--font-heading); + font-family: $mainFontStack; + @extend %tracking-tight; line-height: 1.25; margin-top: 0; margin-bottom: 0.6em; @@ -42,5 +48,5 @@ a { } li > time { - font-family: var(--font-mono); + font-family: $monoFontStack; } \ No newline at end of file -- cgit v1.3