help3xsl/default.css | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 6f5efb304cd9ed27b35dacac846781061edc1b16
Author: Ilmari Lauhakangas <[email protected]>
AuthorDate: Fri May 2 17:14:44 2025 +0300
Commit: Adolfo Jayme Barrientos <[email protected]>
CommitDate: Sat May 3 15:03:36 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 <[email protected]>
diff --git a/help3xsl/default.css b/help3xsl/default.css
index 973b4ac14a..851284b9b0 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -1174,5 +1174,8 @@ li.disabled a {
tr:nth-of-type(even) {
background-color: #1A1A1A;
}
+ ::selection {
+ color: black;
+ }
}