You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
503 B
CSS

html,
body {
font-size: 36px;
line-height: 1.6;
font-family: sans-serif;
padding: 18px;
color: #2e4053;
}
a {
text-decoration: none;
color: dodgerblue;
}
nav {
right: 18px;
text-align: right;
}
nav a + a {
margin-left: 16px;
}
#controller {
margin-bottom: 48px;
display: inline-block;
padding: 16px;
background-color: #ebedef;
}
#controller label + input {
margin-left: 32px;
}
input[type="file"] {
background-color: #ebedef;
padding: 16px;
font-size: 36px;
line-height: 1.6;
}