23 lines
643 B
SCSS
23 lines
643 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";
|
|
@use "scanlines";
|
|
@use "bootstrap-icons";
|
|
|
|
@import url("syntax-theme-dark.css") (prefers-color-scheme: dark);
|
|
@import url("syntax-theme-light.css") (prefers-color-scheme: light);
|