Fever Dreams, stories

This commit is contained in:
Madison Scott-Clary
2023-10-30 09:07:45 -07:00
20 changed files with 1333 additions and 116 deletions

View File

@ -12,6 +12,11 @@ blockquote {
overflow-wrap: break-word;
}
main.story .author, main.story .character, main.story h3 {
font-family: "Gotu", sans-serif !important;
text-align: center !important;
}
.spoiler {
filter: blur(1rem);
}
@ -30,18 +35,16 @@ ul {
list-style-type: revert;
padding-left: 2rem;
}
.nav-desktop {
display: block;
}
.nav-mobile {
display: none;
}
.hero {
font-family: "Gentium Plus", serif;
font-size: 18pt;
line-height: 1.5;
color: #444444;
margin-bottom: 1rem;
background: url(/img/hero-bg.png);
background-size: cover;
background-position: center;
background-color: #fafafa;
}
@ -74,10 +77,10 @@ ul {
}
.carousel nav li {
display: inline-block;
margin: 0;
padding: 0.5rem;
}
display: inline-block;
margin: 0;
padding: 0.5rem;
}
.carousel nav li.on {
background-color: #555;