From 3f0ce4242d88128524720e7d105a26894cc83e35 Mon Sep 17 00:00:00 2001 From: XYZ Date: Sat, 17 Dec 2022 14:13:31 +0800 Subject: [PATCH] --- main.css | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/main.css b/main.css index 49796ef..5df4ca7 100644 --- a/main.css +++ b/main.css @@ -1,5 +1,5 @@ @charset "UTF-8";/*! -* jian.css v1.2.8 +* jian.css v1.2.9 * https://github.com/jian-css/jian.css * Copyright 2022 The jian.css Authors */ @@ -83,16 +83,17 @@ progress { border: 2px solid var(--gray); } -.btn.large{ - font-size: 1.3rem; +.btn.large { + font-size: 1.2rem; + padding: 0.75rem; } -.btn.small{ +.btn.small { font-size: .8rem; padding: .5rem } -.btn:hover{ +.btn:hover { opacity: .8; } @@ -324,7 +325,7 @@ input { padding: 1rem; } -.card :is(h2,h3):first-child{ +.card :is(h2, h3):first-child { margin-top: 1rem; } @@ -367,7 +368,9 @@ dialog { cursor: not-allowed; } -input,.btn,textarea{ +input, +.btn, +textarea { transition: all .15s; } @@ -378,4 +381,4 @@ tr:hover { /*:not(input,textarea):focus { outline: 3px solid blue; border: 0; -}*/ +}*/ \ No newline at end of file