Files
blog/sass/style.scss
daudix-UFO 2e70914d51 feat: Improved tags; get rid of bootstrap icons and scanlines
- Tags now use horizontal unordered list and have dope hover effect (shoutout to https://libreivan.com)
- Get rid of Bootstrap Icons and Scanlines scss files, the former added extra ~90kb to the stylesheet which I think is bloat, one can use emojis for this, and the scanlines were replaced by much simpler code from https://aroace.space
- Replace fg09 with fg10; it just makes more sense
- Simplify anchor styling
- Update woodpecker.yml to work with Woodpecker 2.0
2023-11-26 05:08:08 +03:00

20 lines
600 B
SCSS

/*!
* Duckquill v1.0.0 (https://duckquill.exozy.me)
* Copyright 2023 David "Daudix" Lapshin
* Licensed under MIT (https://git.exozy.me/daudix/duckquill/src/branch/main/LICENSE)
*
* Based on OS Component Website which shamelessly stole CSS from systemd
* https://github.com/jimmac/os-component-website
* https://github.com/systemd/systemd/tree/main/docs
*/
@use "normalize";
@use "variables";
@use "gnome-hig";
@use "fonts";
@use "main";
@use "comments";
@import url("syntax-theme-dark.css") (prefers-color-scheme: dark);
@import url("syntax-theme-light.css") (prefers-color-scheme: light);