diff --git a/scripts/system/more/app-more.js b/scripts/system/more/app-more.js index 8dc0603385..1077db70ba 100644 --- a/scripts/system/more/app-more.js +++ b/scripts/system/more/app-more.js @@ -6,7 +6,7 @@ // Created by Keb Helion, February 2020. // Copyright 2020 Vircadia contributors. // -// This script adds a "More Apps" selector to "Vircadia" to allow the user to add optional functionalities to the tablet. +// This script adds a "More Apps" selector to Vircadia to allow the user to add optional functionalities to the tablet. // This application has been designed to work directly from the Github repository. // // Distributed under the Apache License, Version 2.0. diff --git a/scripts/system/more/css/styles.css b/scripts/system/more/css/styles.css index e4e6bfba24..c1f0f5d6ae 100644 --- a/scripts/system/more/css/styles.css +++ b/scripts/system/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;