From 72775cb68b883999218449cd69b8d1875e935f8c Mon Sep 17 00:00:00 2001 From: daudix Date: Mon, 5 Feb 2024 02:38:32 +0300 Subject: [PATCH] Glow on currently "selected" heading, fix status badge And yeah, new commit message format :3 --- README.md | 2 +- sass/_main.scss | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) 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) {