mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-05 18:39:56 +02:00
Merge pull request #476 from ctrlaltdavid/fix/update-more-app
Update More app from community apps repo
This commit is contained in:
commit
82638e47c4
2 changed files with 5 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
// Created by Keb Helion, February 2020.
|
// Created by Keb Helion, February 2020.
|
||||||
// Copyright 2020 Vircadia contributors.
|
// 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.
|
// This application has been designed to work directly from the Github repository.
|
||||||
//
|
//
|
||||||
// Distributed under the Apache License, Version 2.0.
|
// Distributed under the Apache License, Version 2.0.
|
||||||
|
|
|
@ -42,6 +42,10 @@ p a {
|
||||||
color: SteelBlue;
|
color: SteelBlue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.appdesc a {
|
||||||
|
color: LightBlue;
|
||||||
|
}
|
||||||
|
|
||||||
font.appname {
|
font.appname {
|
||||||
font-family: 'Merriweather', sans-serif;
|
font-family: 'Merriweather', sans-serif;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
|
Loading…
Reference in a new issue