diff --git a/nx01-x4o-maisdoc/src/main/resources/org/x4o/maisdoc/theme/base/api-color.css b/nx01-x4o-maisdoc/src/main/resources/org/x4o/maisdoc/theme/base/api-color.css index 68e364c..863eb38 100644 --- a/nx01-x4o-maisdoc/src/main/resources/org/x4o/maisdoc/theme/base/api-color.css +++ b/nx01-x4o-maisdoc/src/main/resources/org/x4o/maisdoc/theme/base/api-color.css @@ -64,7 +64,7 @@ a[name]:hover { color:var(--selected-background-color); } .navBarCell1Rev { - color: var(--navbar-text-color); + color: var(--selected-text-color); background-color: var(--selected-background-color); border:1px solid var(--selected-background-color); }