feat: Tweak H1 size, new 404 image
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
David Lapshin 2023-11-05 19:02:32 +03:00
parent b14cbf2337
commit cca5b622cf
4 changed files with 11 additions and 24 deletions

View file

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

View file

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

View file

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 578 B

After

Width:  |  Height:  |  Size: 466 B