summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css22
1 files changed, 21 insertions, 1 deletions
diff --git a/style.css b/style.css
index 2b3b86e..6555b37 100644
--- a/style.css
+++ b/style.css
@@ -54,7 +54,7 @@ body {
padding-top: 8px;
}
-#footer a {
+a {
color: orange;
}
@@ -127,6 +127,26 @@ input[type=button]:active {
}
+input[type=range] {
+ accent-color: orange;
+ margin-bottom: 0;
+}
+
+.alert-box label {
+ padding-bottom: 16px;
+}
+
+
label {
text-transform: lowercase;
}
+
+
+.normal {
+ text-transform: none;
+}
+
+
+.normal li {
+ font-size: 24px;
+}