From e7dc8ad1e7d57c2c1014d90cac472ee3a8d2437a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Mart=C3=ADnez=20Portela?= Date: Fri, 11 Nov 2022 18:45:28 +0100 Subject: [PATCH] Make indentation lines clearer on dark mode. --- static/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/style.css b/static/style.css index b9e6afd..9c547b7 100644 --- a/static/style.css +++ b/static/style.css @@ -358,6 +358,11 @@ tr.__table-separator { color: #fafafe; } + .node .node { + border-color: #8c9ea0; + } + + h2 a { color: #fafafe; }