Increase <hr> opacity in chat from 0.2 to 0.4

87ac4b37e469a7b3a32c94f14c78cbe2d92eedca

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +4 -0Showing whitespace changes
public/style.css+4 -0
@@ -712,6 +712,10 @@ hr {
712712 height: 1px;
713713 min-height: 1px;
714714 border: 0;
715+ opacity: 0.2;
716+}
717+
718+#chat hr {
715719 opacity: 0.4;
716720}
717721