More styles
This commit is contained in:
parent
d7c07d4ab8
commit
ca9d59ada9
1 changed files with 32 additions and 0 deletions
|
@ -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;
|
||||||
|
}
|
||||||
|
|
Reference in a new issue