From 6ef80537a037b49f9c71845973097c949e283871 Mon Sep 17 00:00:00 2001 From: Dmitry Zuikov Date: Fri, 5 Apr 2024 16:41:33 +0300 Subject: [PATCH] wip, minor style fix --- hbs2-peer/app/Browser/Root.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbs2-peer/app/Browser/Root.hs b/hbs2-peer/app/Browser/Root.hs index 5251aea6..b31ec572 100644 --- a/hbs2-peer/app/Browser/Root.hs +++ b/hbs2-peer/app/Browser/Root.hs @@ -327,7 +327,7 @@ nav[role="tab-control"] li { } nav[role="tab-control"] li a { - color: black; + color: inherit; text-decoration: none; }