diff --git a/src/components/Main.js b/src/components/Main.js index fdf2e70..1d9e322 100644 --- a/src/components/Main.js +++ b/src/components/Main.js @@ -10,10 +10,7 @@ const Main = props => {

Welcome to Code Radio.

-

- The radio is currently undergoing maintenance. Audio interruptions are - expected. -

+

24/7 music designed for coding.

{isBrowser && ( <> diff --git a/src/css/App.css b/src/css/App.css index 6d9cf73..b3dc1f3 100644 --- a/src/css/App.css +++ b/src/css/App.css @@ -3,7 +3,7 @@ /* Globals */ :root { - --focus-outline: #0044ff; + --focus-outline: #0044FF; } * { @@ -94,7 +94,7 @@ p { } .under-header-content { - background-color: #4d3800; + background-color: #0a0a23; display: flex; flex-direction: column; height: 200px; @@ -324,7 +324,7 @@ p { width: 60%; } -.loader-circle-notch { +.loader-circle-notch{ height: 60%; width: auto; align-self: center; @@ -344,7 +344,7 @@ p { width: 100%; } -.recent-song-list[aria-hidden='false'] { +.recent-song-list[aria-hidden="false"] { display: flex; flex-direction: column-reverse; }