From 215ea006d775deca5af953d365a9f5b0a54aebd6 Mon Sep 17 00:00:00 2001 From: matty Date: Sat, 19 Apr 2025 15:23:44 -0400 Subject: [PATCH] update theme --- assets/style.css | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/assets/style.css b/assets/style.css index 37c36b7..4f8cff2 100644 --- a/assets/style.css +++ b/assets/style.css @@ -13,8 +13,9 @@ body { --bg-secondary: hsl(30 4% 26% / 1); --on-primary: #111; - --border-primary: var(--nctv-blue-dark); + --border-primary: var(--nctv-blue-secondary); --primary: var(--nctv-blue-primary); + --menu-bg: var(--nctv-bg-secondary); /** NCTV Branding colors @@ -29,8 +30,6 @@ body { --nctv-bg-primary: #111111; --nctv-bg-secondary: #1a1a1a; - --nctv-alert-primary: (var(--nctv-blue-dark)); - } @@ -56,24 +55,18 @@ h1.instance-name.home-page, Action buttons */ -/* .primary-button { - background-color: var(--nctv-blue-primary); +.primary-button { color: white; border: 1px solid var(--nctv-blue-dark); border-radius: 0.5rem; } .primary-button:hover, .primary-button:active { - background-color: var(--nctv-blue-secondary); color: white; - border: 1px solid var(--nctv-blue-dark); + border: none; border-radius: 0.5rem; } -svg#svg2 { - color: white; -} */ - /** Video thumbnail stuff */