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-secondary: #1a1a1a;
--nctv-text-light: #d9d9d9;
}
@ -55,15 +56,13 @@ h1.instance-name.home-page,
Action buttons
*/
/* .primary-button {
border: 1px solid var(--nctv-blue-dark);
border-radius: 0.5rem;
.primary-button {
color: var(--nctv-text-light)
}
.primary-button:hover, .primary-button:active {
border: none;
border-radius: 0.5rem;
/* .primary-button:hover, .primary-button:active {
color: var(--nctv-text-light)
} */