From 5e8a821ee302b29e59414c6264fd3809e9029c34 Mon Sep 17 00:00:00 2001 From: Isaiah Billingsley Date: Thu, 19 Feb 2026 16:35:45 -0500 Subject: [PATCH] Include default OBS css --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 34a40a1..ba7340d 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ src: url("fonts/montserrat.woff2") format("woff2"); } -:root { +html { font-size: 10px; } @@ -13,9 +13,10 @@ body { display: flex; margin: 0; padding: 1.4rem 1.6rem; + overflow: hidden; font-family: "Montserrat", sans-serif; white-space: nowrap; - background: #0000; + background: rgba(0, 0, 0, 0); color: white; filter: drop-shadow(0 0 0.1rem black) drop-shadow(0 0 0.1rem black); transition: opacity 300ms ease-out;