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.
 
 
 
 

27 lines
496 B

div.toggle {
div.toggle-pill {
display: inline-block;
margin: 0.5em;
margin-bottom: 0;
a.toggle-option {
padding: 0.125em 0.5ch;
display: inline-block;
width: 8ch;
text-align: center;
outline: 0.5px dotted;
cursor: pointer;
opacity: 0.75;
}
a.toggle-option.color-highlight-primary {
outline: 1px solid;
}
a.toggle-option:hover {
opacity: 1;
}
}
div.toggle-content {
display: inline-block;
}
}