mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-04-17 14:59:11 +02:00
Fix left border color on comments
For some reason (maybe only in the default/white theme), this was using currentColor, making the "indentation" borders darker than they should have been.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
.comment {
|
||||
border-left: 1px solid;
|
||||
border-color: inherit;
|
||||
margin-bottom: 0.4rem;
|
||||
|
||||
&:target > .comment-itself {
|
||||
|
||||
Reference in New Issue
Block a user