Skip to content

Commit

Permalink
Fix adminBar background-color (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Szollos <[email protected]>
  • Loading branch information
MartinSzollos2016 and Martin Szollos authored Mar 24, 2022
1 parent 6262755 commit 1521f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ body, #tracy-bs {
will-change: opacity, top, left;
line-height: 1 !important;
color: black !important;
background: #1b1f23;
border: 0 !important;
}

Expand Down Expand Up @@ -169,6 +168,7 @@ body, #tracy-bs {
height: 100%;
border-spacing: 0;
margin: 0 !important;
background: inherit;
}

#admin-bar-container select {
Expand Down

0 comments on commit 1521f54

Please sign in to comment.