summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
Diffstat (limited to 'html')
-rw-r--r--html/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/default.nix b/html/default.nix
index 96ac341..90a5143 100644
--- a/html/default.nix
+++ b/html/default.nix
@@ -32,7 +32,7 @@ html.html { lang = "en"; } [
# CSS
(linkWith {
rel = "stylesheet";
- href = "https://classless.de/classless.css";
+ href = "/static/css/classless.min.css";
})
# Favicon
(linkWith {