style: remove unused background color and redundant syntax from CSS

This commit is contained in:
Seth 2025-05-18 19:16:44 -04:00
parent 0d470d43d8
commit 1ed0524573

View file

@ -28,7 +28,6 @@ body {
background: var(--mdui-color-secondary-container); background: var(--mdui-color-secondary-container);
text-shadow: none; text-shadow: none;
box-sizing: border-box; box-sizing: border-box;
background: #dedede;
border-radius: 10px; border-radius: 10px;
max-width: min(100%, 100vw); max-width: min(100%, 100vw);
margin: 10px 0; margin: 10px 0;
@ -53,22 +52,10 @@ body {
display: inline-block; display: inline-block;
} }
.shj-syn-insert,
.shj-syn-str { .shj-syn-str {
color: #7d8; color: #7d8;
} }
.shj-syn-deleted,
.shj-syn-var {
color: #f44;
}
.shj-syn-deleted,
.shj-syn-err,
.shj-syn-var { .shj-syn-var {
color: #ff5261; color: #ff5261;
} }