summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2024-07-07 12:28:13 -0500
committersanine <sanine.not@pm.me>2024-07-07 12:28:13 -0500
commit17d13e36a33d16e5242ae3b185e10928f41dd69d (patch)
tree40e4a9e4e772abc1339833e1b5ce31d5debafcbc /style.css
parentf549c7e2fc520fff17ddfe868267c28ef91bf822 (diff)
add help.html
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;
+}