From 67b95cf4f251986555785dc102fd902ac0237f46 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Fri, 24 Jun 2022 18:51:06 +0200 Subject: [PATCH] Fix minor visual issue --- themes/learn2/css/custom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/learn2/css/custom.css b/themes/learn2/css/custom.css index 4910fb3..d56c9e7 100644 --- a/themes/learn2/css/custom.css +++ b/themes/learn2/css/custom.css @@ -45,6 +45,11 @@ Put your custom CSS in this file. opacity: 1; /* something firefox fix */ } +/* very thin bar between last topic and clear history */ +#sidebar hr { + border-bottom: 1px solid #47314f +} + /* full content */ body { background: #111111;