nycki.net/static/slimequest/style.css
nycki a80c0490b7
All checks were successful
/ build (push) Successful in 34s
blog: filebrowser auth
2025-03-16 21:51:11 -07:00

55 lines
682 B
CSS

/* questden colors */
body {
background: #FFFFEE;
}
main {
max-width: 40rem;
margin: 0 auto;
}
.post {
max-width: 40rem;
background: #F0E0D6;
color: #800000;
text-align: left;
margin: 1rem auto;
padding: 1rem;
}
.post img {
max-width: 100%;
display: block;
margin: 0 auto;
}
/* nav links are a bulleted list without the bullets */
nav ul {
list-style: none;
padding-left: 0;
}
nav li {
display: inline;
}
nav li + li::before {
content: ' | ';
}
/* ms paint adventures */
h1, h2, .next {
font-family: consolas, monospace, sans-serif;
font-weight: bold;
}
h1 {
text-align: center;
}
h2 {
color: #CC1105;
}
.next {
font-size: xx-large;
}