Overrode root color to white in main

This commit is contained in:
Sharwin24 2024-12-29 13:59:59 -08:00
parent 15f02d1e96
commit 0bf7019d2f
3 changed files with 43 additions and 14 deletions

View file

@ -16,7 +16,7 @@
</form>
<div class="sidebar-tree">
<ul class="tree" id="tree">
<li id="list-heading"><a href="{{ .Type | relLangURL }}" data-filter="all">{{ i18n .Type }}</a></li>
<li id="list-heading"><a style="color: white;" href="{{ .Type | relLangURL }}" data-filter="all">{{ i18n .Type }}</a></li>
<div class="subtree taxonomy-terms">
{{ $context := . }}
{{ partial "navigators/taxonomies.html" (dict "context" $context "taxo" "tags" "title" ( humanize "tags" ) ) }}