From f634b8cce318650d893c2a5ff81d9fd7446eb1f5 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 17 May 2025 19:44:38 -0400 Subject: [PATCH] style: comment out unused CSS rules for better organization --- src/front/index.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/front/index.css b/src/front/index.css index 117d9f0..3361874 100644 --- a/src/front/index.css +++ b/src/front/index.css @@ -49,6 +49,7 @@ body { background: #bdf5; } +/* [class*="shj-lang-"] > div { display: flex; overflow: auto; @@ -91,12 +92,13 @@ body { .shj-syn-class { color: #f60; } - +*/ .shj-syn-insert, .shj-syn-str { color: #7d8; } +/* .shj-syn-bool { color: #3bf; } @@ -110,12 +112,13 @@ body { .shj-syn-func { color: #84f; } - +*/ .shj-syn-deleted, .shj-syn-var { color: #f44; } +/* .shj-oneline { padding: 12px 10px; } @@ -126,7 +129,7 @@ body { border-radius: 5px; padding: 5px 7px; } - +*/ [class*="shj-lang-"] { color: #f8f8f2; background: var(--mdui-color-secondary-container); @@ -142,6 +145,7 @@ body { color: #ff5261; } +/* .shj-syn-section, .shj-syn-kwd { color: #ff7cc6; @@ -170,7 +174,7 @@ body { .shj-syn-oper { color: #80c6ff; } - +*/ .shj-syn-str { color: #4dacfa; } @@ -201,4 +205,4 @@ body { 100% { transform: scale(1); } -} +} \ No newline at end of file