Added logo and styling options

This commit is contained in:
Håvar Aambø Fosstveit
2019-04-01 10:53:44 +02:00
parent 4d21e7b4e9
commit 9b78a81ef0
7 changed files with 26 additions and 33 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
top: 40%;
width: 90%;
transform: translate(-50%, 0%);
background-image: url('/images/background.svg');
background-image: url('/images/background.jpg');
background-attachment: fixed;
background-position: center;
background-size: cover;
+7 -3
View File
@@ -1,8 +1,9 @@
// eslint-disable-next-line
var config =
{
loginEnabled : false,
developmentPort : 3443,
turnServers : [
turnServers : [
{
urls : [
'turn:turn.example.com:443?transport=tcp'
@@ -16,8 +17,11 @@ var config =
{
tcp : true
},
lastN : 4,
theme :
lastN : 4,
background : 'images/background.jpg',
// Add file and uncomment for adding logo to appbar
// logo : 'images/logo.svg',
theme :
{
palette :
{
Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 313 KiB