From 46de26fe229f809112d089a7be7deed0569406ac Mon Sep 17 00:00:00 2001 From: Konnor Rogers Date: Sun, 18 Aug 2024 00:59:49 -0400 Subject: [PATCH] normalize fixes --- docs/frontend/styles/_normalize.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/frontend/styles/_normalize.css b/docs/frontend/styles/_normalize.css index ee1e35d2..75fc2d26 100644 --- a/docs/frontend/styles/_normalize.css +++ b/docs/frontend/styles/_normalize.css @@ -2,9 +2,11 @@ html { box-sizing: border-box; height: 100%; scrollbar-gutter: stable; - /* letter-spacing: 0.025em; */ + -webkit-box-decoration-break: clone; + box-decoration-break: clone; } + *, *:before, *:after { box-sizing: border-box; } @@ -25,6 +27,11 @@ body { font-size: 115%; } + +light-code { + isolation: isolate; +} + [hidden] { display: none !important; }