2 Commits
v0.1 ... v0.3

Author SHA1 Message Date
Samuel Vermeulen
ae28ad418e fix JSON architecture 2019-11-01 18:44:06 +01:00
SVNET Libre
22c7e7a0f1 background 2019-10-31 15:45:20 +01:00
3 changed files with 5 additions and 6 deletions

View File

@@ -6,7 +6,10 @@
*/
body {
background: #ddd;
background-image: url("img/fond.png");
background-repeat: no-repeat;
background-size: cover;
/* background: #ddd; */
}
#ynh-logo {

BIN
img/fond.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 KiB

View File

@@ -1,9 +1,5 @@
#!/bin/bash
cat <<EOF >> /etc/ssowat/conf.json.persistent
{
"theme" : "weblibre"
}
EOF
sed -i '1a\"theme": "weblibre",' /etc/ssowat/conf.json.persistent
exit 0