From 28bb9cd123433e0f6c54400c3b804597122031de Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 24 May 2021 11:02:45 +0200 Subject: [PATCH] Fix HR dark theme --- src/styles/_styles_ovw.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/styles/_styles_ovw.scss b/src/styles/_styles_ovw.scss index 3c67d507..dbca1eb0 100644 --- a/src/styles/_styles_ovw.scss +++ b/src/styles/_styles_ovw.scss @@ -84,6 +84,9 @@ .dropdown-menu { background-color: lighten($bg-dark, 5%); } + hr { + border-top: 1px solid rgba(255, 255, 255, 0.2); + } .custom-select{ color: $fg-color; border-color: lighten($bg-dark, 20%);