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.
20 lines
276 B
20 lines
276 B
div.chapter-meta {
|
|
display: inline-block;
|
|
padding: 0;
|
|
padding-right: 1em;
|
|
margin: 0;
|
|
|
|
user-select: none;
|
|
|
|
a {
|
|
color: inherit;
|
|
border-bottom: 0.25px dotted;
|
|
}
|
|
a:hover {
|
|
border-bottom: 0.5px solid;
|
|
}
|
|
}
|
|
|
|
div.chapter-meta.weak {
|
|
opacity: 0.5;
|
|
}
|