From 3067de46b2215f7f210b6bbed0f73cac1baec1e7 Mon Sep 17 00:00:00 2001 From: gilbN Date: Sat, 13 Apr 2019 17:53:38 +0200 Subject: [PATCH] fixed color on blue line --- CSS/themes/filebrowser_dark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSS/themes/filebrowser_dark.css b/CSS/themes/filebrowser_dark.css index e942a666..dd686ef6 100644 --- a/CSS/themes/filebrowser_dark.css +++ b/CSS/themes/filebrowser_dark.css @@ -147,7 +147,7 @@ body{ color: rgb(238, 238, 238); } #breadcrumbs { - border-bottom: 1px solid #2196f3; + border-bottom: 1px solid #2cabe3; } #listing .item{ background-color: rgba(0,0,0,.15);