Small tweaks.
This commit is contained in:
@ -26,7 +26,7 @@
|
|||||||
<style>
|
<style>
|
||||||
#now-playing {
|
#now-playing {
|
||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
font-size: .5em;
|
font-size: .7em;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
background-color: #46494A;
|
background-color: #46494A;
|
||||||
color: #97C9D3;
|
color: #97C9D3;
|
||||||
|
@ -25,7 +25,7 @@ if ($response === FALSE) {
|
|||||||
|
|
||||||
echo htmlspecialchars($currentSong);
|
echo htmlspecialchars($currentSong);
|
||||||
} else {
|
} else {
|
||||||
echo "No active stream found.";
|
echo "RFE is currently offline! Please check back later!";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user