mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 05:52:38 +02:00
Update More app from community apps repo
This commit is contained in:
parent
f6ee158731
commit
84a2fe061f
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -42,6 +42,10 @@ p a {
|
|||
color: SteelBlue;
|
||||
}
|
||||
|
||||
.appdesc a {
|
||||
color: LightBlue;
|
||||
}
|
||||
|
||||
font.appname {
|
||||
font-family: 'Merriweather', sans-serif;
|
||||
font-size: 18px;
|
||||
|
|
Loading…
Reference in a new issue