reduce intensity of HR when used in comments

this reduces confusion with the UI which also uses similar lines for layout
This commit is contained in:
rimu 2024-04-15 19:11:04 +12:00
parent e5bfd1b4c9
commit 7efabae7b8
2 changed files with 13 additions and 0 deletions

View file

@ -932,6 +932,11 @@ fieldset legend {
border-top: solid 1px #bbb;
margin-right: 8px;
}
.comments > .comment .comment_body hr {
margin-left: 15px;
margin-right: 15px;
opacity: 0.1;
}
.comments > .comment:first-child {
border-top: none;
padding-top: 0;

View file

@ -552,6 +552,14 @@ html {
border-top: solid 1px $grey;
margin-right: 8px;
.comment_body {
hr {
margin-left: 15px;
margin-right: 15px;
opacity: 0.1;
}
}
&:first-child {
border-top: none;
padding-top: 0;