summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/style.css b/style.css
index 7697264..816d95d 100644
--- a/style.css
+++ b/style.css
@@ -301,3 +301,15 @@ input[type='number'] {
.overflow-hidden {
overflow: hidden;
}
+
+table {
+ border-collapse: collapse;
+ margin: 0.5em;
+}
+
+td,
+th {
+ border: 2px solid white;
+ margin: 0;
+ padding: 0.2em;
+}