From d5c1d08ce37e400be5fc0b1c057bf05a3bcd844b Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 21 May 2018 18:32:12 -0400 Subject: [PATCH] Toggle options are larger now --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 79b2db9..cdcb02c 100644 --- a/style.css +++ b/style.css @@ -307,7 +307,8 @@ body.dark input[type="checkbox"]:checked+ .flex-outer input[type="radio"] + label:not(.custom-header), .flex-outer input[type="checkbox"] + label:not(.custom-header) { user-select: none; - flex: 1 0 300px; + flex: 1 0 400px; + font-size: 24px; } body.dark .flex-outer input[type="radio"] + label:not(.custom-header),