diff --git a/src/common.scss b/src/common.scss index 0cb9e3f..7f630e0 100644 --- a/src/common.scss +++ b/src/common.scss @@ -248,6 +248,28 @@ span.strong { position: absolute; bottom: 15px; } + + button.modal-close-x { + top: 15px; + right: 15px; + left: auto; + bottom: auto; + width: 1em; + height: 1em; + + margin: 0; + padding: 0; + + background: none; + border: none; + outline: none; + + color: #000; + + &:hover span:before, &:focus span:before { + color: #850000; + } + } } .select-wrapper { diff --git a/src/components/player/player-tutorial.js b/src/components/player/player-tutorial.js index 754577c..6861047 100644 --- a/src/components/player/player-tutorial.js +++ b/src/components/player/player-tutorial.js @@ -40,7 +40,8 @@ const PlayerTutorial = (props) => {

Some questions may have hints. Press H to play the hint if it's available.

- + +