From b072d8bc48e35dc814642ae0cee190db42fb56cf Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 14 Feb 2025 13:31:17 +0800 Subject: reop_commit: Fix immediate newlines after

---
 static/style.css | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'static/style.css')

diff --git a/static/style.css b/static/style.css
index fae12c9..8441a0c 100644
--- a/static/style.css
+++ b/static/style.css
@@ -147,18 +147,18 @@ td#readme > *:first-child {
 	color: grey;
 }
 .chunk-addition {
-	color: green;
+	background-color: green;
 }
 @media (prefers-color-scheme: dark) {
 	.chunk-addition {
-		color: lime;
+		background-color: lime;
 	}
 }
 .chunk-deletion {
-	color: red;
+	background-color: red;
 }
 .chunk-unknown {
-	color: yellow;
+	background-color: yellow;
 }
 pre.chunk {
 	margin-top: 0;
-- 
cgit v1.2.3