Skip to content

Commit 94a52ab

Browse files
author
Rory O'Day
committed
Fixed file field font color for dark mode JabRef#9340
1 parent 1669cd9 commit 94a52ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/org/jabref/gui/Dark.css

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
.root {
23
-jr-theme: #2c9490;
34
-jr-accent: #255652;
@@ -170,3 +171,7 @@
170171
.rating > .container > .button.strong {
171172
-fx-icon-color: -fx-light-text-color;
172173
}
174+
175+
.file-row-text {
176+
-fx-text-fill: -fx-light-text-color;
177+
}

0 commit comments

Comments
 (0)