Applied Extra Changes/Fixes to the UI

This commit is contained in:
2026-02-17 11:08:58 +02:00
parent cb2c5c6aba
commit 115c3773ef
3 changed files with 331 additions and 130 deletions

View File

@@ -1 +1,15 @@
@import "tailwindcss";
/* Ensure all interactive elements show pointer cursor */
button,
[role="button"],
a,
select,
label[for],
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="color"],
summary {
cursor: pointer;
}