From a1c3d20eb74be20c432e66c4b0a22ce0d9531940 Mon Sep 17 00:00:00 2001 From: 4DBug <4DBug@github.com> Date: Thu, 27 Aug 2026 11:28:55 -0500 Subject: [PATCH] push --- web/css/pages.css | 8 +++++++- web/index.html | 4 ++-- web/js/home.js | 35 ++++++++++++++++++++++++++++++++++- web/js/watch.js | 3 ++- web/search.html | 2 +- web/settings.html | 2 +- web/watch.html | 4 ++-- 7 files changed, 49 insertions(+), 9 deletions(-) diff --git a/web/css/pages.css b/web/css/pages.css index 4f316c9..10204b2 100644 --- a/web/css/pages.css +++ b/web/css/pages.css @@ -97,6 +97,13 @@ text-transform: uppercase; } +.hero__logo { + max-width: min(420px, 60vw); + max-height: 140px; + object-fit: contain; + margin-bottom: var(--space-4); +} + .hero__title { font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: 1.05; @@ -645,7 +652,6 @@ .episode-card--current { outline: 2px solid var(--color-accent); outline-offset: 2px; - border-color: var(--color-accent); } .episode-card__thumb { diff --git a/web/index.html b/web/index.html index 57f28a4..91f42be 100644 --- a/web/index.html +++ b/web/index.html @@ -7,7 +7,7 @@ - +