diff options
author | sanine <sanine.not@pm.me> | 2024-07-07 12:28:13 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2024-07-07 12:28:13 -0500 |
commit | 17d13e36a33d16e5242ae3b185e10928f41dd69d (patch) | |
tree | 40e4a9e4e772abc1339833e1b5ce31d5debafcbc /style.css | |
parent | f549c7e2fc520fff17ddfe868267c28ef91bf822 (diff) |
add help.html
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -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; +} |