forked from AkkomaGang/akkoma
Small css fix.
This commit is contained in:
parent
189513e4ff
commit
43499848d0
1 changed files with 3 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
||||||
background-color: #282c37;
|
background-color: #282c37;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
color:white;
|
color:white;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
|
@ -35,7 +36,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
box-sizing: padding-box;
|
box-sizing: border-box;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
@ -51,6 +52,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
box-sizing: border-box;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color: white;
|
color: white;
|
||||||
background-color: #419bdd;
|
background-color: #419bdd;
|
||||||
|
|
Loading…
Reference in a new issue