make device header background not transparent

looks like butt, honestly
This commit is contained in:
sparks-alec
2022-01-15 10:23:39 -05:00
parent 0744e9e3c4
commit 22ad1c3f71
+1 -1
View File
@@ -17,7 +17,7 @@ header {
width: 100%;
box-sizing: content-box;
background-color: rgba(0, 0, 0, 0.2);
background-color: #111111;
border-bottom: black 1px solid;
-webkit-app-region: drag;
}