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.
 
 
 
 

36 lines
533 B

div.story-tags {
text-align: center;
margin-bottom: 1em;
margin-top: -1em;
min-height: 2em;
a.tag {
display: inline-block;
margin: 0.5em 0.5ch;
padding: 0.0625em 0.5ch;
outline: 1px solid;
opacity: 0.75;
user-select: none;
}
a.tag:hover {
opacity: 1;
cursor: pointer;
}
a.option {
display: inline-block;
margin: 0.5em 0.5ch;
padding: 0.0625em 0.5ch;
opacity: 0.5;
user-select: none;
}
a.option:hover {
opacity: 1;
cursor: pointer;
}
}