42 lines
475 B
CSS
42 lines
475 B
CSS
body {
|
|
font-size: calc(13px + 0.2vw);
|
|
background: white;
|
|
}
|
|
#js,
|
|
#dev {
|
|
height: 100%;
|
|
}
|
|
|
|
a {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
}
|
|
|
|
h1,
|
|
h2 {
|
|
font-weight: 400;
|
|
}
|
|
|
|
#page-type {
|
|
display: inline-block;
|
|
position: fixed;
|
|
right: 3%;
|
|
top: 9%;
|
|
opacity: 0.4;
|
|
color: #333350;
|
|
opacity: 0.8;
|
|
}
|
|
|
|
#page-type span {
|
|
text-transform: uppercase;
|
|
font-size: 100%;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.centeredMessage {
|
|
color: #333350;
|
|
margin: 10% auto;
|
|
width: 20em;
|
|
textalign: center;
|
|
}
|