mirror of
https://gitlab.com/zwirbel/illucat.git
synced 2025-12-18 02:36:40 +01:00
updated font, change order of config attributes
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"stationMode": 0,
|
||||
"channel": 11,
|
||||
"meshPort": 5555,
|
||||
"meshSSID": "illucat-mesh",
|
||||
"hostname": "illucat",
|
||||
"stationSSID": "MyWifi",
|
||||
"stationPassword": "myWifiPassword",
|
||||
"meshSSID": "illucat",
|
||||
"meshPassword": "th3r31sn0sp00n",
|
||||
"stationSSID": "MyAP",
|
||||
"stationPassword": "th3r31sn0sp00n",
|
||||
"hostname": "illucat"
|
||||
"meshPort": 5555,
|
||||
"channel": 11
|
||||
}
|
||||
@@ -10,7 +10,7 @@
|
||||
.sui {
|
||||
background: #000000;
|
||||
color: #0eb8c0;
|
||||
font-family: "Open Sans";
|
||||
font-family: Tahoma, Geneva, sans-serif;
|
||||
font-size: 16px;
|
||||
}
|
||||
.sui * {
|
||||
|
||||
Reference in New Issue
Block a user