Better color on music bars
This commit is contained in:
parent
2a2ce54f64
commit
4ae6e2614b
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ hr {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: white;
|
background-color: rgb(200, 200, 230);
|
||||||
height: 20px;
|
height: 20px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in a new issue