From 1ed052457330f4b63ac31f32df9f7324d3e59567 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 18 May 2025 19:16:44 -0400 Subject: [PATCH] style: remove unused background color and redundant syntax from CSS --- src/front/index.css | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/front/index.css b/src/front/index.css index e5d7841..eb12a03 100644 --- a/src/front/index.css +++ b/src/front/index.css @@ -28,7 +28,6 @@ body { background: var(--mdui-color-secondary-container); text-shadow: none; box-sizing: border-box; - background: #dedede; border-radius: 10px; max-width: min(100%, 100vw); margin: 10px 0; @@ -53,22 +52,10 @@ body { display: inline-block; } - -.shj-syn-insert, .shj-syn-str { color: #7d8; } - -.shj-syn-deleted, -.shj-syn-var { - color: #f44; -} - - - -.shj-syn-deleted, -.shj-syn-err, .shj-syn-var { color: #ff5261; }