From 2aadb614a193913593aa27a884bb875dd9332925 Mon Sep 17 00:00:00 2001 From: faraplay Date: Sun, 2 Jul 2023 22:24:45 +0100 Subject: [PATCH] use color scheme for div border-top color --- css/customUi.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/customUi.css b/css/customUi.css index 417fe75..302b85d 100644 --- a/css/customUi.css +++ b/css/customUi.css @@ -40,6 +40,6 @@ form.usertext { } div.pref-row { - border-top: 1px dotted gray; + border-top: 1px solid var(--md-sys-color-outline-variant); padding-bottom: 10px; }