From 91d644500a4cb93ae9b563f810352a16aadc228c Mon Sep 17 00:00:00 2001 From: coolnsx Date: Mon, 19 May 2025 15:42:13 +0530 Subject: [PATCH] feat: ui changes again --- tailwind.config.js | 9 --- templates/base.html | 151 ++++++++++++++++++++++----------------- templates/blog-page.html | 4 +- templates/blog.html | 6 +- 4 files changed, 88 insertions(+), 82 deletions(-) delete mode 100644 tailwind.config.js 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') }}" /> -