From d39c81882a67ce1d1c521e8c8123d3b4967f7728 Mon Sep 17 00:00:00 2001 From: Alexander Schwartz Date: Mon, 11 Nov 2024 23:03:11 +0100 Subject: [PATCH] Fix text color of non-icon admonitions in dark preview --- CHANGELOG.adoc | 2 +- .../resources/org/asciidoc/intellij/editor/javafx/darcula.css | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index db016233c..e212c2c82 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -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 diff --git a/src/main/resources/org/asciidoc/intellij/editor/javafx/darcula.css b/src/main/resources/org/asciidoc/intellij/editor/javafx/darcula.css index 2170fba9f..2c3ab5352 100644 --- a/src/main/resources/org/asciidoc/intellij/editor/javafx/darcula.css +++ b/src/main/resources/org/asciidoc/intellij/editor/javafx/darcula.css @@ -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,