common: Fix pale color of HTML definition terms

This commit is contained in:
Sebastian Huber 2020-08-07 08:45:35 +02:00
parent 63764a6d27
commit 03e0601e4f

View File

@ -133,7 +133,6 @@ table.rtems-table.docutils td {
*/ */
.rst-content dl:not(.docutils) dt { .rst-content dl:not(.docutils) dt {
background: transparent; background: transparent;
color: #11111111;
border-top: 0px; border-top: 0px;
} }