From e0e5d72df124b2a5207c5115c41f83833210facf Mon Sep 17 00:00:00 2001 From: XYZ Date: Sat, 5 Nov 2022 22:36:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8C=89=E9=92=AE=E8=A2=AB?= =?UTF-8?q?=E7=A6=81=E7=94=A8=E6=97=B6=E7=9A=84=E6=A0=B7=E5=BC=8F=EF=BC=8C?= =?UTF-8?q?=E4=BC=98=E5=8C=96mark=E3=80=81footer=E5=85=83=E7=B4=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/main.css b/main.css index 8cde1e4..b8e9819 100644 --- a/main.css +++ b/main.css @@ -284,6 +284,7 @@ mark { mark { background-color: var(--warn); + padding: 2px 5px; } :is(input, textarea):focus { @@ -312,10 +313,11 @@ input { footer { border-top: 1px solid var(--gray); - font-size: 0.8rem; + font-size: 0.9rem; + text-align: center; /*width: 80%;*/ margin: auto; - color: #444; + color: #585858; } pre, @@ -342,3 +344,8 @@ video { dialog { border: none; } + +.btn:disabled { + opacity: 0.5; + cursor: not-allowed; +} \ No newline at end of file