New Stiles
This commit is contained in:
parent
aaa713e646
commit
942c7a4bca
@ -12,16 +12,37 @@
|
||||
html {
|
||||
display: table;
|
||||
margin: auto;
|
||||
font-family: "Metropolis", sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
background: #182239;
|
||||
color: #d4def7;
|
||||
}
|
||||
|
||||
|
||||
input {
|
||||
width: 100%;
|
||||
box-sizing: border-box
|
||||
box-sizing: border-box;
|
||||
line-height: 1.5;
|
||||
background: #121a2b;
|
||||
border-radius: 3px;
|
||||
border: 0px solid transparent;
|
||||
color: #d4def7;
|
||||
padding: 0.5em 0.8em;
|
||||
height: 2.5rem;
|
||||
line-height: 1.5;
|
||||
background: #121a2b;
|
||||
width: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
a{
|
||||
display: block;
|
||||
color: #DDE7F5;
|
||||
text-decoration:underline;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user