update theme

This commit is contained in:
matty 2025-04-19 15:40:37 -04:00
parent 53efd046e4
commit 8b1e8f9b25

View File

@ -29,6 +29,7 @@ body {
--nctv-bg-primary: #111111; --nctv-bg-primary: #111111;
--nctv-bg-secondary: #1a1a1a; --nctv-bg-secondary: #1a1a1a;
--nctv-text-light: #d9d9d9;
} }
@ -55,16 +56,14 @@ h1.instance-name.home-page,
Action buttons Action buttons
*/ */
/* .primary-button { .primary-button {
border: 1px solid var(--nctv-blue-dark); color: var(--nctv-text-light)
border-radius: 0.5rem;
} }
.primary-button:hover, .primary-button:active { /* .primary-button:hover, .primary-button:active {
color: var(--nctv-text-light)
border: none; } */
border-radius: 0.5rem;
} */
/** /**