From 1540aa9f135443e7241af44a0315c3d613b17853 Mon Sep 17 00:00:00 2001 From: Matt Batchelder Date: Sat, 21 Feb 2026 14:30:42 -0500 Subject: [PATCH] Sync: enhance styling for gtv-tv__body with improved borders, padding, and shadow effects --- theme/assets/css/main.css | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/theme/assets/css/main.css b/theme/assets/css/main.css index 4172bac..33563d9 100644 --- a/theme/assets/css/main.css +++ b/theme/assets/css/main.css @@ -5458,12 +5458,25 @@ p:last-child { margin-bottom: 0; } .gtv-tv__body { width: 100%; background: #111; - border: 4px solid #111; - border-radius: 6px 6px 4px 4px; - outline: 1px solid #000; - padding: 3px; + border: 5px solid #1a1a1a; + border-radius: 8px 8px 4px 4px; + outline: 2px solid #000; + padding: 4px; position: relative; - box-shadow: 0 14px 48px rgba(0,0,0,0.55); + box-shadow: + 0 14px 48px rgba(0,0,0,0.6), + 0 0 0 1px rgba(255,255,255,0.04), + inset 0 1px 0 rgba(255,255,255,0.06); +} +.gtv-tv__body::after { + content: '\25CF'; + position: absolute; + bottom: -14px; + left: 50%; + transform: translateX(-50%); + font-size: 7px; + color: rgba(74,222,128,0.8); + filter: drop-shadow(0 0 3px rgba(74,222,128,0.5)); } .gtv-tv__screen { width: 100%;