add styling support

This commit is contained in:
Quentin Carbonneaux 2016-03-09 14:32:35 -05:00
parent 274b07e224
commit d03bb5a180
3 changed files with 12 additions and 2 deletions

4
doc/txt/txt.css Normal file
View file

@ -0,0 +1,4 @@
h3 {
border-bottom: 1px solid #aaa;
background-color: #eee;
}