Merge pull request from ctrlaltdavid/fix/update-more-app

Update More app from community apps repo
This commit is contained in:
kasenvr 2020-06-29 23:18:03 -04:00 committed by GitHub
commit 82638e47c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions
scripts/system/more

View file

@ -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.

View file

@ -42,6 +42,10 @@ p a {
color: SteelBlue;
}
.appdesc a {
color: LightBlue;
}
font.appname {
font-family: 'Merriweather', sans-serif;
font-size: 18px;