aboutsummaryrefslogtreecommitdiff
path: root/assets/site.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/site.css')
-rw-r--r--assets/site.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/site.css b/assets/site.css
index 31bfa5c..e82d26e 100644
--- a/assets/site.css
+++ b/assets/site.css
@@ -45,6 +45,15 @@ blockquote {
padding-left: 1em;
}
+table {
+ border: 1px solid currentColor;
+ border-collapse: collapse;
+}
+table th, table td {
+ border: 1px solid currentColor;
+ padding: 0 0.2em;
+}
+
/* https://github.com/richleland/pygments-css/blob/master/friendly.css */
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #60a0b0; font-style: italic } /* Comment */