From 0371e00907579ef7c83246dd3cb0c6315ac5de08 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 e28e40c..4bf1cb6 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; }