From c1b0a721d11541d9a949f8d24edf9b13ca939863 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 31 Aug 2019 21:34:08 +0100 Subject: [PATCH] Recolour comments section background --- themes/default/theme.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/themes/default/theme.css b/themes/default/theme.css index 3387d4e..e19a8ae 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -58,7 +58,10 @@ --bg-back: hsl(270, 29%, 28%); --bg-page: hsl(273, 15%, 16%); - --bg-comments-1: hsl(31, 64%, 85%); + --bg-comments-1: hsl(263, 25%, 16%); + --bg-comments-2: hsla(264, 45%, 16%, 0.64); + --bg-comments-3: hsla(266, 64%, 28%, 0.54); + --bg-comments-4: hsla(268, 82%, 32%, 0.3); --text-dark: hsl(277, 38%, 89%); --text-bright: hsl(274, 75%, 81%);