From 56eaeeb5278786830491432987bf619753669608 Mon Sep 17 00:00:00 2001 From: ATOMNFT Date: Tue, 30 Apr 2024 12:34:47 -0500 Subject: [PATCH] Update flash0.html --- flash0.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/flash0.html b/flash0.html index b38da8a..e2c0b3a 100644 --- a/flash0.html +++ b/flash0.html @@ -34,8 +34,7 @@ border: none; } - legend { - + legend { font-size: 28px; font-weight: bold; background: rgba(255, 255, 255, 0.1); @@ -46,7 +45,7 @@ box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); } - input[type="radio"] { + input[type="radio"] { appearance: none; -webkit-appearance: none; width: 20px; @@ -59,7 +58,7 @@ top: 2px; } - input[type="radio"]:checked::before { + input[type="radio"]:checked::before { content: ""; display: block; width: 12px; @@ -73,13 +72,13 @@ animation: appear 0.8s; } - label { + label { font-size: 22px; font-weight: bold; color: #fff; } - div { + div { display: flex; align-items: center; margin-bottom: 20px;