Glow on currently "selected" heading, fix status badge

And yeah, new commit message format :3
This commit is contained in:
daudix
2024-02-05 02:38:32 +03:00
parent e4246c69b8
commit 72775cb68b
2 changed files with 6 additions and 3 deletions

View File

@ -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.

View File

@ -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) {