Basic App List

This commit is contained in:
2025-09-27 12:53:00 +07:00
parent 8fe54b9cd6
commit d65776549c
18 changed files with 1536 additions and 526 deletions
+5
View File
@@ -1,4 +1,5 @@
@import "tailwindcss";
@import "./breeze-icons.css";
body {
@@ -15,6 +16,10 @@ body {
@apply border border-gray-400 dark:border-gray-600 shadow rounded px-4 py-2 hover:border-sky-500 active:bg-sky-200 dark:active:bg-sky-700 transition-colors;
}
a:not(.button) {
@apply underline hover:dark:text-sky-200 hover:text-sky-900 transition-colors;
}
#archLogo {
background-image: url("/logos/archlinux-logo-dark-scalable.svg");
background-size: contain;