From 4884b9d76e9c97bb7ee32da71010b50881bbbe0e Mon Sep 17 00:00:00 2001 From: Hamcha Date: Tue, 19 Sep 2023 09:34:33 +0200 Subject: [PATCH] add rss in cad shootout page --- content/cad-shootout.md | 4 ++++ themes/fesite/assets/scss/post.scss | 3 +++ 2 files changed, 7 insertions(+) diff --git a/content/cad-shootout.md b/content/cad-shootout.md index 3c3a41f..1287db0 100644 --- a/content/cad-shootout.md +++ b/content/cad-shootout.md @@ -8,3 +8,7 @@ As 3D printing and others means of manufacturing become more accessible to the a Reading in publication order is suggested (there are callouts) but feel free to pick whatever, I provide plenty of links when I make references: {{< cad-list >}} + +Coming up (it's ready when it's ready): Solid Edge, Designspark Mechanical, SolveSpace and more. + +[Click here](/tags/cad-shootout/index.xml) for a RSS feed dedicated to this series. diff --git a/themes/fesite/assets/scss/post.scss b/themes/fesite/assets/scss/post.scss index 0024b66..69c0df2 100644 --- a/themes/fesite/assets/scss/post.scss +++ b/themes/fesite/assets/scss/post.scss @@ -69,6 +69,9 @@ $h3-color: #d1c5f8; h3 { color: $h3-color; } + h4 { + font-size: 14pt; + } strong { color: $bold-color; }