Skip to content
Snippets Groups Projects
Commit f25fc04e authored by Tobias Merkle's avatar Tobias Merkle
Browse files

single-quotes

parent ca21be3e
No related branches found
No related tags found
No related merge requests found
......@@ -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'
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment