Fix a color in the mobile UI
This commit is contained in:
parent
b0a9e04ca7
commit
8d32fef5f9
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 1em;
|
width: 1em;
|
||||||
padding: 0.5em 1em 0.75em;
|
padding: 0.5em 1em 0.75em;
|
||||||
background-color: #fbfbfb;
|
background-color: #2a2a2a;
|
||||||
background-image: url( images/icon-page.svg );
|
background-image: url( images/icon-page.svg );
|
||||||
background-position: 50% 50%;
|
background-position: 50% 50%;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
Loading…
Reference in a new issue