fix: refactor css

This commit is contained in:
2025-01-28 17:21:57 +01:00
parent 33c5432019
commit 69fc6d4d5a
8 changed files with 107 additions and 33 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
id="theme-toggle"
type="button"
aria-label="switchtheme"
class="text-gray-500 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-700 focus:outline-none rounded-lg text-sm p-4 cursor-pointer">
class="icon-button">
{% include 'components/icons/moon.svg' %}
{% include 'components/icons/sun.svg' %}
</button>
+1
View File
@@ -1,4 +1,5 @@
@import "tailwindcss";
@import "./components.css";
@theme {