From d2307ac8c95d3e8cd4a21f7fd8ead8d5ae43c27a Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 24 Dec 2020 11:04:57 +0100 Subject: Make comments lightly colored This improves the readability because one can distinguish between comments more easily. Signed-off-by: Matthias Beyer Tested-by: Matthias Beyer --- res/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/res/main.css b/res/main.css index 36359f5..9bf4562 100644 --- a/res/main.css +++ b/res/main.css @@ -102,6 +102,7 @@ body { .comment > .content { overflow-x: auto; + background-color: aliceblue; } .commentList { -- cgit v1.2.3