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

Welcome to Code Radio.

-

24/7 music designed for coding.

+

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

{isBrowser && ( <> diff --git a/src/css/App.css b/src/css/App.css index b3dc1f3..6d9cf73 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: #0a0a23; + background-color: #4d3800; 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; }