diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-10-29 22:55:17 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2018-10-31 18:12:53 +0100 |
commit | 687796532d80fc6a0ae8327eec8f901002bdc0dd (patch) | |
tree | 06af853217da7b7a27c925cb7b4b76600f66d724 /css | |
parent | 831bb01cb38d42dfb53fa82a107cb91c88ab1724 (diff) |
Finally fixed annoying white separator
Diffstat (limited to 'css')
-rw-r--r-- | css/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
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 { |