help3xsl/default.css |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 13c99029b8add1f6cd38867b4056037dc4606d38
Author:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
AuthorDate: Fri May 2 17:14:44 2025 +0300
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Mon May 5 20:55:23 2025 +0200

    Take dark mode into account with selection pseudo-element
    
    Change-Id: Id35bb20cfd939de0dc11c3cead4a43ec0ee86888
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/184906
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>
    (cherry picked from commit 6f5efb304cd9ed27b35dacac846781061edc1b16)
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/184933
    Tested-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/help3xsl/default.css b/help3xsl/default.css
index 176114f4d7..03733109e3 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -1176,4 +1176,7 @@ li.disabled a {
     tr:nth-of-type(even) {
         background-color: #1A1A1A;
     }
+    ::selection {
+        color: black;
+    }
 }

Reply via email to