summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorNikolas <nikolas@boutalas.com>2024-11-16 18:51:15 +0000
committerNikolas <nikolas@boutalas.com>2024-11-16 18:52:29 +0000
commit49285301aca568d045fdbd3c3f9f03f9ec176843 (patch)
tree422fdc1e72a65af94edc47ec35aa2f48887b091c /templates/base.html
parentb876019d63c5aa940add10d1bb853c9a6dac66bd (diff)
simplify css
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 764f08e..4ea65e1 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<link rel="icon" href="favicon.svg" />
- <link rel="stylesheet" href="/neat.min.css" />
+ <link rel="stylesheet" href="/styles.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<title>Archive - Boutalas</title>