single-quotes

This commit is contained in:
Tobias Merkle 2017-04-02 14:55:13 -04:00
parent ca21be3e16
commit f25fc04ea1
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ const muteStyle = {
position: 'absolute',
top: '10px',
right: '10px',
color: white,
color: 'white',
textShadow: "0px 1px 1px black, 1px 0px 1px black",
opacity: '0.8',
zIndex: '5'
@ -56,7 +56,7 @@ const spoilerButtonStyle = {
position: 'absolute',
top: '6px',
left: '8px',
color: white,
color: 'white',
textShadow: "0px 1px 1px black, 1px 0px 1px black",
zIndex: '100'
};