Small tweaks.

This commit is contained in:
2025-02-23 21:53:23 -06:00
parent 90e195a670
commit bf3330ae7c
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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!";
} }
} }
?> ?>