summaryrefslogtreecommitdiff
path: root/www/public/blog.scss
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@matthewphillips.info> 2021-07-27 12:32:18 -0400
committerGravatar GitHub <noreply@github.com> 2021-07-27 12:32:18 -0400
commit918e3831f5078e79c288c81d04481186dfefeec0 (patch)
treef46b743884e6f39385aaad9412bf0fb7407d0df5 /www/public/blog.scss
parent365f3bd230cb4633b63a44d14fcf897512c7864b (diff)
downloadastro-918e3831f5078e79c288c81d04481186dfefeec0.tar.gz
astro-918e3831f5078e79c288c81d04481186dfefeec0.tar.zst
astro-918e3831f5078e79c288c81d04481186dfefeec0.zip
Add a release post on Astro 0.18 (#869)
* Add a release post on Astro 0.18 * Add a better description * Add links to the post * More attention grabbing intro * Add additional links in the post * Update www/src/pages/blog/astro-018.astro Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> * try using responsive images to improve lighthouse * Adds an overview section in the intro * freds edits * Update a couple of images and minor edits Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> Co-authored-by: Fred K. Schott <fkschott@gmail.com>
Diffstat (limited to 'www/public/blog.scss')
-rw-r--r--www/public/blog.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/public/blog.scss b/www/public/blog.scss
index f74c02692..3be4f48ec 100644
--- a/www/public/blog.scss
+++ b/www/public/blog.scss
@@ -1,3 +1,5 @@
+@use './code.scss';
+
:root {
--font-fallback: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
--font-body: 'IBM Plex Sans', var(--font-fallback);
@@ -168,7 +170,6 @@ small,
a {
color: var(--theme-accent);
- font-weight: 400;
text-underline-offset: 0.08em;
text-decoration: none;
align-items: center;