summaryrefslogtreecommitdiffstats
path: root/_custom.css
diff options
context:
space:
mode:
Diffstat (limited to '_custom.css')
-rw-r--r--_custom.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/_custom.css b/_custom.css
new file mode 100644
index 0000000..ec5b305
--- /dev/null
+++ b/_custom.css
@@ -0,0 +1,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;}
+