Skip to content

Commit

Permalink
Merge pull request #5232 from BtcContributor/darkread
Browse files Browse the repository at this point in the history
Fix dark mode readibility of specific texts
  • Loading branch information
ripcurlx authored Mar 11, 2021
2 parents caac1b4 + 144b3e4 commit 944fa7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/src/main/java/bisq/desktop/theme-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
-fx-accent: #25b135;
-fx-box-border: transparent;
-fx-focus-color: #2ea33c;
-fx-faint-focus-color: #006000;
-fx-faint-focus-color: #2ea33c;
-fx-selection-bar: #1a6e1e;
-fx-selection-bar-non-focused: #2a7e2e;
-fx-default-button: derive(-fx-accent, 95%);
Expand Down

0 comments on commit 944fa7e

Please sign in to comment.