habitica-sync/styles.css
2021-10-08 10:23:06 +05:30

14 lines
No EOL
228 B
CSS

/* Empty. change later */
.book {
border: 1px solid var(--background-modifier-border);
padding: 10px;
}
.book__title {
font-weight: 600;
}
.book__author {
color: var(--text-muted);
}