Added .term-bold declaration.

This commit is contained in:
Luke "Jared" Bennett 2016-09-02 09:08:13 +00:00
parent fd1741b479
commit eb6a598265

View file

@ -20,6 +20,9 @@
$l-cyan: #8abeb7;
$l-white: $ci-text-color;
.term-bold {
font-weight: bold;
}
.term-italic {
font-style: italic;
}