From 42fd23ee39a49827ee41274763443a6e0768307d Mon Sep 17 00:00:00 2001 From: spatialfree Date: Sun, 3 Nov 2024 01:39:48 -0500 Subject: [PATCH] unset all --- web/public/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/public/style.css b/web/public/style.css index d23dc0d..c52dbbf 100644 --- a/web/public/style.css +++ b/web/public/style.css @@ -44,6 +44,8 @@ --col-00: #000; } * { + all: unset; + display: block; box-sizing: border-box; flex-shrink: 0;