summary refs log tree commit diff
path: root/styles/layout.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/layout.css')
-rw-r--r--styles/layout.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/styles/layout.css b/styles/layout.css
index 6c8578d..4052091 100644
--- a/styles/layout.css
+++ b/styles/layout.css
@@ -4,6 +4,7 @@
   --min-main-overhang: 100px;
   --header-bar-height: 48px;
   --main-width: 600px;
+  --system-width: 1000px;
   --footer-spacing: 8px;
   --page-background: #262626;
   --main-background: #423c3c;
@@ -11,7 +12,7 @@
   --text-medium:rgba(255,255,255, .75);
   --text-dimmed:rgba(255,255,255, .55);
   --text-padding: 16px;
-
+  --card-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
 }
 
 body {
@@ -134,7 +135,7 @@ main.mainColumn {
   padding: var(--text-padding);
   margin: 0 auto;
   background: var(--main-background);
-  box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
+  box-shadow: var(--card-shadow);
 }
 
 header.homepage ~ .mainColumn {