From 305b1d3959d4fe38abca798246ed44edcbbc249f Mon Sep 17 00:00:00 2001 From: root Date: Thu, 15 Jun 2023 21:48:21 +0200 Subject: [PATCH] changed blue to orange --- res/common.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/res/common.css b/res/common.css index ccafc08..36fe39c 100644 --- a/res/common.css +++ b/res/common.css @@ -191,8 +191,10 @@ ol li, ul li { padding-bottom: 0.9em } #comments li { margin: 0 0 1.5em 0; padding: 5px; - border-top: 2px solid #6699FF; - border-bottom: 2px solid #6699FF; + /*border-top: 2px solid #6699FF; + border-bottom: 2px solid #6699FF;*/ + border-top: 2px solid #f6b26b; + border-bottom: 2px solid #f6b26b; background: #2D2D2D; }