summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/style.css b/style.css
index 7c67dd2..43b54be 100644
--- a/style.css
+++ b/style.css
@@ -79,7 +79,7 @@ ul.dmcol {
color: #e8702a;
}
-ul.any {
+ul.calccol {
color: #ffbe4f;
}
@@ -94,7 +94,6 @@ li {
}
-
/*
Actual code
*/
@@ -119,6 +118,7 @@ a {
ul {
padding-left: 0;
+ margin-top: -15px;
}
li, a {
@@ -130,6 +130,10 @@ li, a {
transition: color 200ms;
}
+.hdr {
+ margin-top: 20px;
+}
+
a:hover, li {
color: inherit;
}
@@ -165,4 +169,5 @@ div {
display: inline-block;
padding-left: 2em;
padding-right: 2em;
+ padding-top: 30px;
}