Add header BG in compact mode

This commit is contained in:
Andrew Godwin 2022-12-22 17:23:59 +00:00
parent e066641556
commit dea6c1af9f

View file

@ -1263,6 +1263,10 @@ form .post {
z-index: 9;
}
header menu a {
background: rgba(0, 0, 0, 0.5);
}
main {
width: 100%;
margin: 0;