summaryrefslogtreecommitdiff
path: root/templates/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.css')
-rw-r--r--templates/index.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/index.css b/templates/index.css
index cb26dbd..911fe58 100644
--- a/templates/index.css
+++ b/templates/index.css
@@ -138,3 +138,16 @@ hr {
border-color: var(--pink);
border-style: solid;
}
+
+main article table {
+ border-collapse: collapse;
+}
+main article table thead {
+ background-color: var(--green);
+}
+main article table tr td,
+main article table tr th {
+ border: 1px solid var(--blue);
+ padding: 2px 8px;
+}
+