Skip to content

Commit

Permalink
change toolbar bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
amfiyong committed Jan 10, 2022
1 parent 766f525 commit 963ca59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metron/css/style/dark/style.dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -52179,7 +52179,7 @@ code {
list-style: none;
margin: 0;
z-index: 50;
background: #ffffff;
background: #1E1E2D;
-webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
display: -webkit-box;
Expand Down

0 comments on commit 963ca59

Please sign in to comment.