From 4401e83c5f5d99b316c368a39fa249a4d64be0d2 Mon Sep 17 00:00:00 2001 From: iunctis Date: Wed, 4 Dec 2019 22:33:49 +0100 Subject: [PATCH] Update desktop.scss Use $primary color for a better adaptation to custom themes (particularly dark themes) --- desktop/desktop.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/desktop.scss b/desktop/desktop.scss index e00e26b..b41e0b3 100644 --- a/desktop/desktop.scss +++ b/desktop/desktop.scss @@ -1,7 +1,7 @@ [data-wrap="columns"] { width: 50%; float: left; - border-right: 1px solid black; + border-right: 1px solid $primary; padding-right: 5px; margin-right: 5px; }