From 2bee6172de00ee57011579288b3dfb28faffa329 Mon Sep 17 00:00:00 2001 From: Colvin Cowie Date: Tue, 15 Apr 2025 13:37:42 +0100 Subject: [PATCH] Fix specificity of nav-bar-tag color Upgrading from 9.3.2 I saw a regression in the nav-bar headers in focused mode. The `nav-text-color` is overriding the `nav-accent-color`. --- src/styles/nav-styles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/nav-styles.js b/src/styles/nav-styles.js index c27fa535..6c436245 100644 --- a/src/styles/nav-styles.js +++ b/src/styles/nav-styles.js @@ -104,7 +104,7 @@ export default css` background-color: var(--nav-hover-bg-color); } -.nav-bar-tag { +.nav-bar .nav-bar-tag { font-size: var(--font-size-regular); color: var(--nav-accent-color); border-left:4px solid transparent;