Ignore:
Timestamp:
2020-11-06T08:11:47+01:00 (3 years ago)
Author:
simon04
Message:

see #19819 - Obtain link color using UIManager (default to JOSM blue)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/GettingStarted.java

    r17117 r17299  
    5757            + "body {font-family: sans-serif; font-weight: bold; }\n"
    5858            + "h1 {text-align: center; }\n"
    59             + "a {color: " + JosmEditorPane.getLinkColor("#316ed9") + "; }\n"
     59            + "a {color: " + JosmEditorPane.getLinkColor() + "; }\n"
    6060            + ".icon {font-size: 0; }\n"
    6161            + "</style>\n";
Note: See TracChangeset for help on using the changeset viewer.