feat: update admin page to use banner image upload and modify button styles for better UI

This commit is contained in:
Christopher
2026-01-22 05:00:32 -08:00
parent 890d54c011
commit 52883ba380
2 changed files with 5 additions and 12 deletions
+2 -3
View File
@@ -118,8 +118,8 @@ a.btn-primary:visited {
}
.btn-ghost {
background: transparent;
border-color: transparent;
background: var(--background-tertiary);
border-color: var(--border);
}
.btn-ghost:hover {
@@ -1308,4 +1308,3 @@ a.btn-primary:visited {
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}