feed-the-void/site-files/style.css

60 lines
732 B
CSS
Raw Permalink Normal View History

body {
color: #dadada;
background: #202020;
margin: 1em auto;
2023-11-21 11:53:00 -06:00
max-width: 1000px;
padding: 0 .62em;
2023-11-21 11:53:00 -06:00
font: 1.0em/1.35 sans-serif;
text-align: center;
}
a:link,
a:visited {
color: #80c47b;
}
a:hover,
a:visited:hover {
color: #6bb794
}
h1,
h2,
h3 {
line-height: 1.2
}
wrap {
word-wrap: break-word
}
@media (max-device-width: 1200px) {
h1 {
line-height: 1.2;
font-size: 40px;
}
h2 {
line-height: 1.2;
font-size: 30px;
}
body {
font-size: 20px;
}
pre,
code {
font-size: 16px;
}
}
@media print {
body {
max-width: none
}
}
footer {
text-align: center;
}