diff --git a/css/style.css b/css/style.css index fd10d6b..f1204c9 100644 --- a/css/style.css +++ b/css/style.css @@ -1345,7 +1345,7 @@ nav ul li a { font-size: 20px; } -nav ul li a:hover { +nav ul li a:hover, nav ul li #pauseStartBtn:hover { color: #ff7f50; } @@ -2718,3 +2718,24 @@ goog-logo-link, font-size: 10px !important; } } + + +#pauseStartBtn { + display: flex; + align-items: center; + font-size: 20px; + text-decoration: none; + color: white; +} + +#pauseStartBtn i { + margin-right: 0.5em; + font-size: 20px; +} + +#pauseStartBtn .button-text { + font-size: 20px; + font-family: inherit; +} + + diff --git a/index.html b/index.html index 46e7fdd..5b15985 100644 --- a/index.html +++ b/index.html @@ -184,11 +184,11 @@