From ddd1d03ff6ebab4b9dc8b4536b663cf03dc859cb Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 29 Jan 2021 11:51:13 +0300 Subject: night theme: fix hr color --- css/themes.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css') diff --git a/css/themes.less b/css/themes.less index 1e72415..4ba8497 100644 --- a/css/themes.less +++ b/css/themes.less @@ -35,7 +35,7 @@ } } - .modal-header, .modal-footer { + .modal-header, .modal-footer, hr { border-color : #444; } } -- cgit v1.2.3