mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-18 12:54:25 +01:00
Set default color of text for descriptions shown in library manager.
This commit is contained in:
parent
39c3e8bb8b
commit
b17c5122c2
@ -221,6 +221,7 @@ public class ContributedLibraryTableCellJPanel extends JPanel {
|
||||
StyleSheet s = html.getStyleSheet();
|
||||
s.addRule("body { margin: 0; padding: 0;"
|
||||
+ "font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;"
|
||||
+ "color: black;"
|
||||
+ "font-size: " + 10 * Theme.getScale() / 100 + "; }");
|
||||
}
|
||||
description.setOpaque(false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user