feat: Don't compile bootstrap-icons and normalize into the main stylesheet and instead import it

Get rid of Twi%%er-like verified badge, tweak the OP instance thingy
This commit is contained in:
daudix
2024-01-24 19:28:16 +03:00
parent 38e0a97352
commit d72ed0dbb2
4 changed files with 11 additions and 21 deletions

View File

@ -8,18 +8,15 @@
* https://github.com/systemd/systemd/tree/main/docs
*/
@use "normalize";
@use "variables";
@use "gnome-hig";
@use "fonts";
@use "main";
@use "bootstrap-icons";
@use "buttons";
@use "comments";
@use "crt";
@use "footer";
@use "gnome-hig";
@use "johnvertisement";
@use "links";
@use "media";
@ -30,5 +27,7 @@
@use "statements";
@use "tags";
@import url("normalize.css");
@import url("bootstrap-icons.css");
@import url("syntax-theme-dark.css") (prefers-color-scheme: dark);
@import url("syntax-theme-light.css") (prefers-color-scheme: light);