Fixed an issue with an incomplete example-config.json that made the
server not work at all. Also added a default.css file
This commit is contained in:
4
webroot/custom.css
Normal file
4
webroot/custom.css
Normal file
@@ -0,0 +1,4 @@
|
||||
* {
|
||||
font-family: sans-serif;
|
||||
|
||||
}
|
||||
16
webroot/default.css
Normal file
16
webroot/default.css
Normal file
@@ -0,0 +1,16 @@
|
||||
body {
|
||||
max-width: 900px;
|
||||
margin: auto;
|
||||
}
|
||||
#header {
|
||||
text-align: center;
|
||||
}
|
||||
#post-edit img {
|
||||
width: 20px;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
BIN
webroot/icons/edit.png
Normal file
BIN
webroot/icons/edit.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 454 B |
Reference in New Issue
Block a user