hauntweb/css/default.css

41 lines
616 B
CSS

html, body {
font-size: 16px;
font-family: Mona Sans;
src:
url('Mona-Sans.woff2') format('woff2 supports variations'),
url('Mona-Sans.woff2') format('woff2-variations');
font-weight: 200 900;
font-stretch: 75% 125%;
background: #000000;
color: #00FF66;
line-height: 1.25;
}
a {
color: #ACFFBD;
text-decoration: none;
font-weight: bold;
}
a:hover {
text-decoration: underline;
}
header {
text-align: center;
}
footer {
text-align: center;
}
#code {
background: #1c1c1c;
color: #FF8C00;
}
#block {
margin: auto;
max-width: 640px;
}