Glow on currently "selected" heading, fix status badge
And yeah, new commit message format :3
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
# Duckquill
|
# Duckquill
|
||||||
|
|
||||||
[](https://nogithub.codeberg.page)
|
[](https://nogithub.codeberg.page)
|
||||||
[](https://ci.codeberg.org/repos/12890)
|
[](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.
|
[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.
|
||||||
|
|
||||||
|
@ -48,6 +48,7 @@ body {
|
|||||||
scroll-margin-top: 15vh;
|
scroll-margin-top: 15vh;
|
||||||
animation: var(--transition-long) 1s highlight-in-out;
|
animation: var(--transition-long) 1s highlight-in-out;
|
||||||
color: var(--primary-color);
|
color: var(--primary-color);
|
||||||
|
text-shadow: var(--primary-color-alpha) 0 0 4px, var(--primary-color) 0 0 12px;
|
||||||
|
|
||||||
@keyframes highlight-in-out {
|
@keyframes highlight-in-out {
|
||||||
50% {
|
50% {
|
||||||
@ -73,7 +74,8 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
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;
|
font-weight: lighter;
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
margin: 3rem 0 1rem;
|
margin: 3rem 0 1rem;
|
||||||
@ -198,7 +200,8 @@ aside {
|
|||||||
pre,
|
pre,
|
||||||
code,
|
code,
|
||||||
kbd {
|
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) {
|
code:not(pre code) {
|
||||||
|
Reference in New Issue
Block a user