summaryrefslogtreecommitdiffstats
path: root/_custom.css
blob: ec5b305d71d29cfaa71c4eff21f2836763ac7668 (plain)
1
2
3
4
5
6
7
8
@import url("screen.css"); /* default gitit screen styles */
@import url("hk-pyg.css"); /* for syntax highlighting */

/* Put your custom style modifications here: */

table.gridded {border: 1px solid black; border-collapse: collapse; border-spacing:2px;}
table.gridded th, td {border-width: 1px; border-style: inset; border-color: gray; padding: 2px;}