diff --git a/styles.css b/styles.css index 977db0d..7a60517 100644 --- a/styles.css +++ b/styles.css @@ -127,7 +127,7 @@ html, body { z-index: 310; bottom: 0; margin-bottom: 5%; - left: 50%; + left: 80%; transform: translateX(-50%); padding: 15px 25px; min-width: 20%; @@ -138,12 +138,27 @@ html, body { border: #FFFFFF 2px solid; caret-color: #FFD700; border-radius: 10px; + font-family: fzchyjw; + background: none !important; + border: none !important; } #startButtons { display: block; + color: #616161; } +#playGame:hover { + color: #ffffff; +} +#loadGame:hover { + color: #ffffff; + +} +#replayGame:hover { + color: #ffffff; + +} #levelChooseButtons { display: none; } @@ -154,11 +169,11 @@ html, body { font-weight: bold; display: block; cursor: pointer; - padding: 4px 0; + padding: 2px 0; border-color: transparent; - border-width: 2px; + border-width: 0px 0px 0px 5px; border-style: solid; - border-radius: 6px; + border-radius: 0px; } .onChoiceAnimate {