The frontend/UI server, written in JS using the MarkoJS library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

38 lines
526 B

.story-chapter {
padding-bottom: 1em;
.metadata {
padding: 0;
margin: 0;
}
a.anchor {
display: block;
position: relative;
top: -8em;
}
.options {
position: absolute;
text-align: right;
width: calc(100% - 35.5ch);
max-width: 75ch;
a {
display: inline-block;
padding: 0 0.5ch;
opacity: 0.5;
cursor: pointer;
user-select: none;
}
a:hover {
opacity: 1;
}
}
div.chapter-content {
font-size: 1.25em;
}
}