diff --git a/src/App.css b/src/App.css index 323bf51d..9ce4938d 100644 --- a/src/App.css +++ b/src/App.css @@ -43,3 +43,11 @@ body.overlay-open .overlay { line-height: 50px; text-decoration: none; } + +#focused-skin .metadata { + text-align: center; + margin: 10px; +} +#focused-skin .metadata a { + color: white; +} diff --git a/src/FocusedSkin.js b/src/FocusedSkin.js index 225b7fbd..246c7387 100644 --- a/src/FocusedSkin.js +++ b/src/FocusedSkin.js @@ -57,6 +57,9 @@ class FocusedSkin extends React.Component { skinUrl={Utils.skinUrlFromHash(this.props.hash)} screenshotUrl={Utils.screenshotUrlFromHash(this.props.hash)} /> +