Skip to content

Commit 88d8804

Browse files
committed
feat: add maintanance banner
1 parent 9e2db88 commit 88d8804

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

src/components/Main.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ const Main = props => {
1010
<main>
1111
<div className='under-header-content'>
1212
<h1 className='site-title'>Welcome to Code Radio.</h1>
13-
<h2 className='site-description'>24/7 music designed for coding.</h2>
13+
<h2 className='site-description'>
14+
The radio is currently undergoing maintenance. Audio interruptions are
15+
expected.
16+
</h2>
1417
</div>
1518
{isBrowser && (
1619
<>

src/css/App.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/* Globals */
44

55
:root {
6-
--focus-outline: #0044FF;
6+
--focus-outline: #0044ff;
77
}
88

99
* {
@@ -94,7 +94,7 @@ p {
9494
}
9595

9696
.under-header-content {
97-
background-color: #0a0a23;
97+
background-color: #4d3800;
9898
display: flex;
9999
flex-direction: column;
100100
height: 200px;
@@ -324,7 +324,7 @@ p {
324324
width: 60%;
325325
}
326326

327-
.loader-circle-notch{
327+
.loader-circle-notch {
328328
height: 60%;
329329
width: auto;
330330
align-self: center;
@@ -344,7 +344,7 @@ p {
344344
width: 100%;
345345
}
346346

347-
.recent-song-list[aria-hidden="false"] {
347+
.recent-song-list[aria-hidden='false'] {
348348
display: flex;
349349
flex-direction: column-reverse;
350350
}

0 commit comments

Comments
 (0)