minor style tweaks

master
Tait Hoyem 3 years ago
parent 38fbd7538a
commit cabe64772f

@ -1,15 +1,15 @@
body {
background-color: rgba(0, 0, 0, 0.0);
height: 100%;
}
input[type=text] {
padding: 6px;
font-size: 12px;
width: 150px;
text-align: center;
font-size: 16px;
text-align: left;
}
#wrapper {
margin: auto;
width: 200px;
display: flex;
justify-content: center;
align-items: center;
}
#search-wrapper {
position: relative;
@ -31,9 +31,6 @@ input[type=text] {
#addrlist li.fake-hover {
background-color: lightgrey;
}
h1 {
color: white;
}
input {
padding: 5px;
border-radius: 10px;

Loading…
Cancel
Save