diff --git a/docs/counts_8hpp_source.html b/docs/counts_8hpp_source.html index 93f955e..80e39ab 100644 --- a/docs/counts_8hpp_source.html +++ b/docs/counts_8hpp_source.html @@ -168,7 +168,7 @@
- + @@ -193,7 +193,7 @@ - + diff --git a/docs/doxygen-awesome.css b/docs/doxygen-awesome.css index a2715e2..6244a1e 100644 --- a/docs/doxygen-awesome.css +++ b/docs/doxygen-awesome.css @@ -805,6 +805,8 @@ html.dark-mode iframe#MSearchResults { #nav-tree .item { height: var(--tree-item-height); line-height: var(--tree-item-height); + overflow: hidden; + text-overflow: ellipsis; } #nav-tree .item > a:focus { @@ -823,6 +825,8 @@ html.dark-mode iframe#MSearchResults { background-image: none; background-color: transparent; position: relative; + color: var(--primary-color) !important; + font-weight: 500; } #nav-tree .selected::after {