From 8160c4fd26be47569c71e26476d394df88d95702 Mon Sep 17 00:00:00 2001 From: XYZ Date: Tue, 6 Dec 2022 22:08:24 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E5=A2=9E=E5=8A=A0=20large?= =?UTF-8?q?=E3=80=81small=E7=B1=BB=EF=BC=8C=E4=BB=A5=E4=BE=BF=E6=8E=A7?= =?UTF-8?q?=E5=88=B6button=E7=9A=84=E5=A4=A7=E5=B0=8F=EF=BC=9B=E5=BE=AE?= =?UTF-8?q?=E8=B0=83=E5=8A=A8=E7=94=BB=E6=95=88=E6=9E=9C=E5=92=8C=E5=9C=86?= =?UTF-8?q?=E8=A7=92=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/main.css b/main.css index f2f3a1d..7b90526 100644 --- a/main.css +++ b/main.css @@ -84,8 +84,12 @@ progress { } .btn.large{ - font-size: 1.5rem; + font-size: 1.3rem; +} +.btn.small{ + font-size: .8rem; + padding: .5rem } .btn:hover{ @@ -292,7 +296,7 @@ pre, code, dialog, mark { - border-radius: 5px; + border-radius: 10px; } mark { @@ -364,7 +368,7 @@ dialog { } input,.btn,textarea{ - transition: all .3s; + transition: all .15s; } tr:hover {