Skip to content

Commit

Permalink
Fix text color of non-icon admonitions in dark preview
Browse files Browse the repository at this point in the history
  • Loading branch information
ahus1 committed Nov 11, 2024
1 parent e7e3125 commit d39c818
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This document provides a high-level view of the changes introduced by release.

=== 0.43.4

...
- Fix text color of non-icon admonitions in dark preview

=== 0.43.3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ table:not(.linenotable):not(.CodeRay) tr.even,table tr.alt,table tr:nth-of-type(
table:not(.linenotable):not(.CodeRay) thead,table tfoot{background:#626262}
tbody tr th{background:#626262}

td.icon { color: rgba(0,0,0,.8); }

/* was: 7a2518 */
.subheader,.admonitionblock td.content>.title,.audioblock>.title,.exampleblock>.title,.imageblock>.title,.listingblock>.title,.literalblock>.title,.stemblock>.title,.openblock>.title,.paragraph>.title,.quoteblock>.title,table.tableblock>.title,.verseblock>.title,.videoblock>.title,.dlist>.title,.olist>.title,.ulist>.title,.qlist>.title,.hdlist>.title,
#toctitle,
Expand Down

0 comments on commit d39c818

Please sign in to comment.