Finished up some chat stuff

This commit is contained in:
Jonas Dellinger
2017-05-28 15:27:26 +02:00
parent f3a2ddc076
commit d5864415c3
3 changed files with 22 additions and 16 deletions

View File

@@ -8,14 +8,6 @@
.color-8{color: #cc0000;}
.color-9{color: #cc0068;}
.style-\*{font-weight: bold;}
.style-\_{text-decoration: underline;}
.style-\~{text-decoration: line-through;}
.style-r {
text-decoration: none;
font-weight: normal;
}
* {
font-family: 'Lato', sans-serif;
margin: 0;
@@ -26,6 +18,10 @@
flex-grow: 0;
}
em {
font-style: normal;
}
#app {
font-family: 'Lato', Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;