diff --git a/README.md b/README.md index cfa0e71..f8d4fca 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Duckquill [![Please don't upload to GitHub](https://nogithub.codeberg.page/badge.svg)](https://nogithub.codeberg.page) -[![status-badge](https://ci.codeberg.org/api/badges/12890/status.svg)](https://ci.codeberg.org/repos/12890) +[![status-badge](https://ci.codeberg.org/api/badges/13032/status.svg)](https://ci.codeberg.org/repos/13032) [Duckquill](https://daudix.codeberg.page/duckquill) is a modern, pretty, and clean (and very biased) [Zola](https://www.getzola.org) theme that has the purpose of greatly simplifying the process of rolling up your blog. It aims to provide all the needed options for comfortable writing, keeping the balance of it being simple. diff --git a/sass/_main.scss b/sass/_main.scss index abaec57..f5d03bd 100644 --- a/sass/_main.scss +++ b/sass/_main.scss @@ -48,6 +48,7 @@ body { scroll-margin-top: 15vh; animation: var(--transition-long) 1s highlight-in-out; color: var(--primary-color); + text-shadow: var(--primary-color-alpha) 0 0 4px, var(--primary-color) 0 0 12px; @keyframes highlight-in-out { 50% { @@ -73,7 +74,8 @@ h3, h4, h5, h6 { - font-family: Superclarendon, "Bookman Old Style", "URW Bookman", "URW Bookman L", "Georgia Pro", Georgia, serif; + font-family: Superclarendon, "Bookman Old Style", "URW Bookman", + "URW Bookman L", "Georgia Pro", Georgia, serif; font-weight: lighter; line-height: 1.25; margin: 3rem 0 1rem; @@ -198,7 +200,8 @@ aside { pre, code, kbd { - font-family: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, "DejaVu Sans Mono", monospace; + font-family: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, + "DejaVu Sans Mono", monospace; } code:not(pre code) {