From b277b6012f631173dc48291916a092ed6a28903d Mon Sep 17 00:00:00 2001 From: gabrielgio Date: Tue, 19 Apr 2022 19:11:39 +0200 Subject: ref: Make site faster Some changes to make the site load faster: * remove custom font * romove some unused scss * remove unused scss include * embed css into the header * remove FA icons --- themes/flamingo/assets/scss/_links.scss | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 themes/flamingo/assets/scss/_links.scss (limited to 'themes/flamingo/assets/scss/_links.scss') diff --git a/themes/flamingo/assets/scss/_links.scss b/themes/flamingo/assets/scss/_links.scss deleted file mode 100644 index 8afe1a1..0000000 --- a/themes/flamingo/assets/scss/_links.scss +++ /dev/null @@ -1,10 +0,0 @@ -.active-link { - color: $active-link-color; -} - -.disabled-link { - cursor: not-allowed; - opacity: 0.5; - text-decoration: none; - pointer-events: none; -} -- cgit v1.2.3