Added styles support, fixed messages with no author, removed JQuery dep

This commit is contained in:
Jonas Dellinger
2017-05-26 00:51:34 +02:00
parent e750bbfac1
commit afa0b5bab2
6 changed files with 40 additions and 12 deletions

View File

@@ -8,6 +8,14 @@
.color-8{color: #cc0000;}
.color-9{color: #cc0068;}
.style-b{font-weight: bold;}
.style-u{text-decoration: underline;}
.style-s{text-decoration: line-through;}
.style-r {
text-decoration: none;
font-weight: normal;
}
* {
font-family: 'Lato', sans-serif;
margin: 0;