Doing a sort of catch-up on previous work after returning 2 months later

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2020-03-21 14:57:14 -04:00
parent 7576242a71
commit 80ad39eb6f
12 changed files with 291 additions and 82 deletions

View File

@@ -0,0 +1,17 @@
.debit {
color: red;
/*font-weight: bold;*/
}
.debit:before {
content: "(";
}
.debit:after {
content: ")";
}
.credit {
color: black;
/*font-weight: bold;*/
}