Commit compiled CSS

This commit is contained in:
benjamin melançon 2022-01-28 20:01:17 -05:00
parent d63dc2eb1b
commit 87aae76d17

View file

@ -33,6 +33,14 @@
.tag.hidden { .tag.hidden {
display: none; } display: none; }
/* Comment section TODO move to a proper non-overrides section, possibly into Octavia base theme! */
.comment-indicator { .comment-indicator {
position: absolute; position: absolute;
left: -4rem; } left: -4rem; }
.comment-section {
display: block; }
.comment-section article {
padding-bottom: 0; }
.comment-section .content p:not(:last-child) {
margin-bottom: 0; }