This commit is contained in:
narcolepticinsomniac 2020-11-01 14:01:44 -05:00 committed by GitHub
parent 21d4221df9
commit 1c7e06e980
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ html {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
height: 100vh; height: 100vh;
background-color: none; background: none;
} }
body { body {
@ -164,7 +164,7 @@ label,
label > :first-child { label > :first-child {
margin-right: 8px; margin-right: 8px;
flex-grow: 1; flex-grow: 1;
transition: text-shadow: .1s; transition: text-shadow .1s;
} }
label:not([disabled]), label:not([disabled]),