Fix default theme

このコミットが含まれているのは:
たかし 2023-09-22 13:11:51 +00:00
コミット 4e56eb746f
1個のファイルの変更6行の追加7行の削除

ファイルの表示

@ -100,7 +100,6 @@ form ul li
label
{
display: block;
font-size: 80%;
}
button, textarea, input
@ -113,12 +112,12 @@ button, textarea, input
textarea, input
{
background: #2b2b2b;
background: #12110c;
box-sizing: border-box;
border-color: #000;
border-color: #4b4b4b;
color: #ccc;
width: 100%;
padding: 0 0.25em;
padding: 0.25em;
}
input[type='checkbox']
@ -130,15 +129,15 @@ input[type='checkbox']
input[type='file']
{
background: none;
background: #12110c;
color: #ccc;
font-size: 70%;
padding: 0.25em;
padding: 0.4em;
}
input[type='file']:hover
{
background: #4d4d4d;
background: #2b2b2b;
color: #ccc;
}