main.less: Match name-value-table label color with .horizintal-key-value key color

This commit is contained in:
Florian Strohmaier 2021-04-28 16:41:59 +02:00 committed by Johannes Meyer
parent 5f648128b5
commit 4f4671a15b
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ a:hover > .icon-cancel {
}
.name-value-table > tbody > tr > th {
color: @text-color-light;
color: @gray;
// Reset default font-weight
font-weight: normal;
padding-left: 0;