Increase <hr> opacity in chat from 0.2 to 0.4

87ac4b37e469a7b3a32c94f14c78cbe2d92eedca

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

1 files changed, +4 -0Ignore whitespace
public/style.css+4 -0
@@ -712,6 +712,10 @@ hr {
712 height: 1px;712 height: 1px;
713 min-height: 1px;713 min-height: 1px;
714 border: 0;714 border: 0;
715 opacity: 0.2;
716}
717
718#chat hr {
715 opacity: 0.4;719 opacity: 0.4;
716}720}
717721