diff --git a/README.md b/README.md index 548b8db..7ae89b1 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Please don't upload to GitHub](https://nogithub.codeberg.page/badge.svg)](https://nogithub.codeberg.page) [![status-badge](https://ci.exozy.me/api/badges/159/status.svg)](https://ci.exozy.me/repos/159) -[Duckquill](https://codeberg.org/daudix-UFO/duckquill) is a modern, pretty, and clean (and very opinionated) [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://git.exozy.me/daudix/duckquill) is a modern, pretty, and clean (and very opinionated) [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 screenshot](./screenshot.png)](https://duckquill.exozy.me) diff --git a/content/_index.md b/content/_index.md index 69faa66..1ce6a44 100644 --- a/content/_index.md +++ b/content/_index.md @@ -12,7 +12,7 @@ jgs~^~^`---'~^~^~^`---'~^~^~^`---'~^~^~^`---'~^~^~^`---'~^~^~ # Duckquill -[Duckquill](https://codeberg.org/daudix-UFO/duckquill) is a modern, pretty, and clean (and very opinionated) [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://git.exozy.me/daudix/duckquill) is a modern, pretty, and clean (and very opinionated) [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. Edit a bit of metadata and tweak some of the included graphics and have a blog up in minutes! diff --git a/sass/_main.scss b/sass/_main.scss index 21b7185..e8ae949 100644 --- a/sass/_main.scss +++ b/sass/_main.scss @@ -4,11 +4,8 @@ box-sizing: border-box; } -html, -body { +html { font-size: 16px; - margin: 0; - padding: 0; scroll-behavior: smooth; scrollbar-color: var(--primary-color) transparent; accent-color: var(--primary-color); @@ -16,12 +13,17 @@ body { // smaller font size on mobile // @media only screen and (max-device-width: 480px) { -// html, -// body { +// html { // font-size: 14px; // } // } +html, +body { + margin: 0; + padding: 0; +} + body { font-family: "Inter", sans-serif; font-weight: 400; @@ -34,12 +36,6 @@ body { grid-template-rows: auto minmax(auto, 1fr) auto; // header, stuff, footer } -@media (prefers-color-scheme: dark) { - html { - background-color: var(--dark5); - } -} - // style text selection to use primary color ::selection { color: var(--bg-color); @@ -88,7 +84,7 @@ h6 { h1 { letter-spacing: -0.08rem; font-weight: 900; - font-size: 3rem; + font-size: 2.4rem; } h1::after { @@ -144,8 +140,6 @@ hr { border: 0; } -// background-image: repeating-linear-gradient(-45deg, transparent, transparent 8px, var(--primary-color) 8px, var(--primary-color) 10px); - blockquote { padding: 0 1rem; margin-left: 0; @@ -436,13 +430,6 @@ img:not(.no-hover):hover { content: " ↗"; } -// center link icons vertically -.link-icon { - height: 1rem; - width: 1rem; - vertical-align: middle; -} - // BUTTONS .dialog-buttons { display: flex; diff --git a/static/404.png b/static/404.png index 3f59a49..af9c413 100644 Binary files a/static/404.png and b/static/404.png differ