diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-05-04 01:05:04 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-05-04 13:34:10 +0200 |
| commit | fe7c149811f2e20c055ad0375aff05d29491efb4 (patch) | |
| tree | 8df0652a35cca0f9c8fcb5fb90648fef2f8415b4 /assets/css/base.scss | |
| parent | 3de434508e0b609dea1ce8dca94ef1b708e61d61 (diff) | |
Rebuild the site in Astro
Add licence
Update site name in header to match README.md
Add missing metadescription, opengraph and link to RSS
Update Astro configuration to include sitemap integration with priority and changefreq settings
New post
Diffstat (limited to 'assets/css/base.scss')
| -rw-r--r-- | assets/css/base.scss | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/assets/css/base.scss b/assets/css/base.scss deleted file mode 100644 index 9ca9b9e..0000000 --- a/assets/css/base.scss +++ /dev/null @@ -1,48 +0,0 @@ -@import "_fonts"; -@import "_utilities"; -@import "_root"; -@import "markup/_index"; -@import "partials/_index"; - -html, -body { - margin: 0; - padding: 0; - box-sizing: border-box; -} - -body { - min-height: 100vh; - max-width: 100vw; - - display: flex; - flex-direction: column; - gap: 0.5rem; - - background-color: $light; - color: $dark; - - background-image: radial-gradient(circle at 1px 1px, #A9A9A988 1px, transparent 0); - background-size: 15px 15px; -} - -h1, h2, h3, h4, h5, h6 { - font-family: $mainFontStack; - @extend %tracking-tight; - line-height: 1.25; - margin-top: 0; - margin-bottom: 0.6em; -} - -a { - color: $accent; -} - -#main-footer-separator { - flex-grow: 1; - flex-shrink: 0; -} - -li > time { - font-family: $monoFontStack; -}
\ No newline at end of file |
