summaryrefslogtreecommitdiff
path: root/assets/css/vars.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/vars.css')
-rw-r--r--assets/css/vars.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/css/vars.css b/assets/css/vars.css
index 5e4625a..e950a41 100644
--- a/assets/css/vars.css
+++ b/assets/css/vars.css
@@ -51,6 +51,11 @@
/* Content */
--content-height: calc(100vh - var(--footer-height));
+ /* Tables */
+ --table-cell-padding: .5rem;
+ --table-margin-top: 1.5rem;
+ --table-margin-bottom: 1.5rem;
+
/* Theme */
--content-primary: rgb(36, 36, 36);
--content-secondary: rgb(117, 117, 117);