Tweak styling of interest tags on web and in epubs

This commit is contained in:
2026-09-17 18:50:01 +00:00
parent ce9b629115
commit f1b1e7fd98
9 changed files with 23 additions and 25 deletions
+6 -8
View File
@@ -160,19 +160,17 @@ hr.rule {
color: #444444;
}
/* Matched interests read like the rubric's topics, with a muted vertical
bar between them instead of the topics' dot. */
.matches {
margin: 0.35em 0 0 0;
margin: 0.2em 0 0 0;
font-size: 0.8em;
color: #444444;
}
.interest {
display: inline-block;
margin: 0 0.15em 0.15em 0;
padding: 0 0.5em;
border: 1px solid #888888;
border-radius: 0.8em;
white-space: nowrap;
.sep {
color: #aaaaaa;
padding: 0 0.4em;
}
.summary {