New Stiles
This commit is contained in:
parent
aaa713e646
commit
942c7a4bca
@ -12,16 +12,37 @@
|
|||||||
html {
|
html {
|
||||||
display: table;
|
display: table;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
font-family: "Metropolis", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
background: #182239;
|
||||||
|
color: #d4def7;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
input {
|
input {
|
||||||
width: 100%;
|
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>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
Reference in New Issue
Block a user