Increase <hr>'s opacity from 0.2 to 0.4 (#4144)

46f109618e23c1a137ffc9a7df7e85833d5f2653

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

Signed
1 files changed, +1 -1Showing whitespace changes
public/style.css+1 -1
@@ -712,7 +712,7 @@ 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;715 opacity: 0.4;
716}716}
717717
718#bg1,718#bg1,