duckquill/sass/style.scss
daudix-UFO d39b7f5630
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/manual/woodpecker Pipeline was successful
feat: Bootstrap icons, new H1 style, symlink README to site index
2023-10-28 04:20:09 +03:00

22 lines
551 B
SCSS

/*
Duckquill
====================
based on OS Component Website which shamelessly stolen CSS from systemd
https://github.com/jimmac/os-component-website
https://github.com/systemd/systemd/tree/main/docs
scanlines.scss are taken from https://codepen.io/meduzen/pen/zxbwRV
*/
@use "variables";
@use "gnome-hig";
@use "fonts";
@use "main";
@use "comments";
@use "scanlines";
@use "bootstrap-icons";
@import "syntax-theme-dark.css" (prefers-color-scheme: dark);
@import "syntax-theme-light.css" (prefers-color-scheme: light);