diff --git a/applications/metadata.js b/applications/metadata.js index 255067b..283d0db 100644 --- a/applications/metadata.js +++ b/applications/metadata.js @@ -57,7 +57,7 @@ var metadata = { "applications": [ "isActive": true, "directory": "radar", "name": "Radar", - "description": "Show where people are and teleport in the domain.", + "description": "Show where people are and teleport in the domain. More information.", "jsfile": "radar/radar.js", "icon": "radar/assets/radar-i.svg", "caption": "RADAR" diff --git a/more/css/styles.css b/more/css/styles.css index 1f9aba0..9178534 100644 --- a/more/css/styles.css +++ b/more/css/styles.css @@ -42,6 +42,10 @@ p a { color: SteelBlue; } +.appdesc a { + color: LightBlue; +} + font.appname { font-family: 'Merriweather', sans-serif; font-size: 18px;