1
Fork 0

More styles

This commit is contained in:
Jake Howard 2017-09-21 21:37:38 +01:00
parent d7c07d4ab8
commit ca9d59ada9
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -8,3 +8,35 @@
* { * {
font-family: 'Roboto', sans-serif !important; font-family: 'Roboto', sans-serif !important;
} }
.strike {
text-decoration: line-through;
}
.smallish {
font-size: 25px !important;
}
.italic {
font-style: italic;
}
.strong {
font-weight: bold;
}
.pos {
color: #42C88A !important;
}
.neg {
color: #ED5C5C !important;
}
.dark {
color: #111111 !important;
}
ul.no-list {
list-style: none;
}