diff --git a/stroll.html b/stroll.html index edeea57..3c5d115 100644 --- a/stroll.html +++ b/stroll.html @@ -235,16 +235,12 @@
Presets let you play as other players' characters. There are a few groups to choose from.
diff --git a/style.css b/style.css index 26f1f0c..c427228 100644 --- a/style.css +++ b/style.css @@ -350,6 +350,12 @@ input[type="checkbox"]:checked ~ .reveal-if-active { width: 500px; } +body.dark .custom-category.wide-category, +body.light .custom-category.wide-category { + width: 90%; + background: none; +} + .custom-category-sub { text-align: center; margin: 10px;