From 17d13e36a33d16e5242ae3b185e10928f41dd69d Mon Sep 17 00:00:00 2001 From: sanine Date: Sun, 7 Jul 2024 12:28:13 -0500 Subject: add help.html --- style.css | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'style.css') 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; +} -- cgit v1.2.1