Skip to content

Commit

Permalink
Fix dark mode for monospaced text in table cells and for inline conte…
Browse files Browse the repository at this point in the history
…nt (#1601)
  • Loading branch information
ahus1 committed May 26, 2024
1 parent 42ef53d commit b920e2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ This document provides a high-level view of the changes introduced by release.
- Upgrade to AsciidoctorJ v2.5.13 and asciidoctor 2.0.23
- Detect dark editor theme in light IDE to apply correct background color for monospaced contents in the editor (#1620)
- Scroll preview to the beginning of an include (#1624)
- Fix dark mode for monospaced text in table cells and for inline content (#1601)

=== 0.41.14

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ blockquote cite a,blockquote cite a:visited {color: #bbbbbb}
.quoteblock .quoteblock{color: #bbbbbb}
.quoteblock .attribution cite,.verseblock .attribution cite{color: #bbbbbb}

/* was: rgba(0,0,0,.9) */
code {filter: invert(90%) hue-rotate(180deg);}

/* was: f8f8f7 */
table:not(.linenotable):not(.CodeRay) tbody tr{background:#45494a}
table:not(.linenotable):not(.CodeRay) tr.even,table tr.alt,table tr:nth-of-type(even){background:#626262}
Expand Down

0 comments on commit b920e2a

Please sign in to comment.