Skip to content

Commit

Permalink
#2178 More styling adjustments for generated HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
homedirectory committed Feb 16, 2024
1 parent 3946040 commit 383ee28
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ protected DomContent makeStyle() {
}
""".formatted(DELIMITER_ROW_CLASS));

sb.append("""
.%s {
color: gray;
}
""".formatted(PARAMETER_CLASS));

return style(sb.toString());
}

Expand Down

0 comments on commit 383ee28

Please sign in to comment.