diff --git a/tailwind.config.js b/tailwind.config.js
deleted file mode 100644
index dffa131..0000000
--- a/tailwind.config.js
+++ /dev/null
@@ -1,9 +0,0 @@
-module.exports = {
- purge: ["./templates/**/*.html", "./theme/**/*.html"],
- darkMode: "class",
- theme: {},
- variants: {},
- plugins: [
- require('@tailwindcss/typography'),
- ],
-};
diff --git a/templates/base.html b/templates/base.html
index cc286d8..60ef019 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -12,24 +12,34 @@
rel="stylesheet"
href="{{ get_url(path='main.css') | safe }}?v={{ get_hash(path='main.css') }}"
/>
-