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 63492fe..67613e9 100644
--- a/style.css
+++ b/style.css
@@ -24,6 +24,18 @@ body {
grid-template-columns: repeat(12, 1fr);
}
+.darkgroup {
+ background-color: #eee;
+ padding-top: 1px;
+ margin-top: 20px;
+ padding-bottom: 30px;
+}
+
+.lightgroup {
+ margin-top: 20px;
+ padding-bottom: 30px;
+}
+
#dhead {
margin-top: 20px;
}