From 663b8c2686e6a9907bf0f5a6ed229086578a172a Mon Sep 17 00:00:00 2001 From: daudix-UFO Date: Sat, 28 Oct 2023 22:16:08 +0300 Subject: [PATCH] feat: Update Duckquill --- README.md | 7 ------- config.toml | 6 +++--- sass/custom.scss | 2 -- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index b8e3d7f..66dd841 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,3 @@ [![status-badge](https://ci.codeberg.org/api/badges/12428/status.svg)](https://ci.codeberg.org/repos/12428) My personal website made with Zola and [Duckquill](https://duckquill.exozy.me) theme. - -## Special thanks ♥ - -- [Jakub Steiner](https://jimmac.eu) for an awesome [OS Component Website](https://jimmac.github.io/os-component-website), on top of which this whole thing is built -- [Cassidy James](https://cassidyjames.com) for an awesome [Mastodon-powered Comments](https://cassidyjames.com/blog/fediverse-blog-comments-mastodon) -- [Mehdi](https://codepen.io/meduzen) for an awesome [CSS Scanlines](https://codepen.io/meduzen/pen/zxbwRV) -- dwb, ejm and jgs for awesome ASCII art diff --git a/config.toml b/config.toml index 0e40868..c5f43a6 100644 --- a/config.toml +++ b/config.toml @@ -34,9 +34,9 @@ stylesheets = ["custom.css"] [extra.nav] show_feed = true links = [ - {url = "/about", name = "About"}, - {url = "/design", name = "Design"}, - {url = "/blog", name = "Blog"}, + {url = "/about", name = "About", icon = "info-circle-fill"}, + {url = "/design", name = "Design", icon = "brush-fill"}, + {url = "/blog", name = "Blog", icon = "journal-bookmark-fill"}, ] [extra.footer] diff --git a/sass/custom.scss b/sass/custom.scss index 006dd25..03f1a4b 100644 --- a/sass/custom.scss +++ b/sass/custom.scss @@ -38,8 +38,6 @@ $glow: 0 0 0 1px color.scale($primary-color, $alpha: -95%), var(--purple2), var(--blue2) ); - font-size: 3rem; - font-weight: 900; -webkit-text-fill-color: transparent; }