Changeset 16973 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2020-08-29T21:28:42+02:00 (4 years ago)
Author:
simon04
Message:

fix #19733 - GettingStarted: take blue link color from JOSM logo

File:
1 edited

Legend:

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

    r16885 r16973  
    5757            + "body {font-family: sans-serif; font-weight: bold; }\n"
    5858            + "h1 {text-align: center; }\n"
     59            + "a {color: #316ed9; }\n"
    5960            + ".icon {font-size: 0; }\n"
    6061            + "</style>\n";
Note: See TracChangeset for help on using the changeset viewer.