Slight change to screen background color

This commit is contained in:
Chrystian Huot 2020-01-08 13:11:00 -05:00
parent 193d346d8c
commit 5fdcfb1dcb

View file

@ -120,7 +120,7 @@
}
.rdio-display {
background: rgb(240, 255, 255);
background: rgb(209, 238, 238);
border-radius: 4px;
box-shadow: 2px 2px 4px rgb(0, 0, 0) inset, 1px 1px 2px 1px rgb(255, 255, 255);
box-sizing: border-box;