Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
XYZscratcher authored Dec 17, 2022
1 parent 82cd3e4 commit 3f0ce42
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions main.css
Original file line number Diff line number Diff line change
@@ -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
*/
Expand Down Expand Up @@ -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;
}

Expand Down Expand Up @@ -324,7 +325,7 @@ input {
padding: 1rem;
}

.card :is(h2,h3):first-child{
.card :is(h2, h3):first-child {
margin-top: 1rem;
}

Expand Down Expand Up @@ -367,7 +368,9 @@ dialog {
cursor: not-allowed;
}

input,.btn,textarea{
input,
.btn,
textarea {
transition: all .15s;
}

Expand All @@ -378,4 +381,4 @@ tr:hover {
/*:not(input,textarea):focus {
outline: 3px solid blue;
border: 0;
}*/
}*/

0 comments on commit 3f0ce42

Please sign in to comment.