From 10e12cf743b5df1f0723f14cd5f210fe1367d115 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Fri, 26 Dec 2025 10:54:07 -0800 Subject: [PATCH] Make clear css file is for index.html Follow up on #5500 --- demo/{style.css => index.css} | 5 ----- demo/index.html | 2 +- demo/test.html | 1 - 3 files changed, 1 insertion(+), 7 deletions(-) rename demo/{style.css => index.css} (98%) diff --git a/demo/style.css b/demo/index.css similarity index 98% rename from demo/style.css rename to demo/index.css index 4ce1f5c3..747854a8 100644 --- a/demo/style.css +++ b/demo/index.css @@ -9,11 +9,6 @@ body { grid-template-rows: 24px 1fr; } -body:not(#test) { - height: initial; - display: initial; -} - #banner { background: #161716; display: flex; diff --git a/demo/index.html b/demo/index.html index 72556fc0..9c8eec66 100644 --- a/demo/index.html +++ b/demo/index.html @@ -9,7 +9,7 @@ --> - +