Skip to content

Commit a91e859

Browse files
committed
CSS: Fix custom nav link color.
1 parent 2f44c51 commit a91e859

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

htdocs/css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1378,6 +1378,10 @@ body.dark .dialog_content .form_result {
13781378
color: var(--red) !important;
13791379
}
13801380

1381+
.header_nav_item > span.link {
1382+
color: var(--header-text-color);
1383+
}
1384+
13811385
/* JSON Tree Data Explorer */
13821386

13831387
#d_ex_tree {

0 commit comments

Comments
 (0)