From 687796532d80fc6a0ae8327eec8f901002bdc0dd Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 29 Oct 2018 22:55:17 +0100 Subject: Finally fixed annoying white separator --- css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'css') diff --git a/css/style.css b/css/style.css index ccdb8b8..ad354f8 100644 --- a/css/style.css +++ b/css/style.css @@ -40,7 +40,8 @@ menu { } separator { - background-color: #444444; + border-style: none; + background-size: 0px; } .separator-horizontal-margin { -- cgit v1.2.3