Compare commits

..

2 Commits

Author SHA1 Message Date
b5082315ab minor 2025-07-28 15:31:04 -04:00
6a507b5a9e album name bold -> italics 2025-07-25 15:25:21 -04:00
2 changed files with 3 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ body {
}
.music-player__album {
font-weight: bold;
font-style: italic;
text-align: center;
font-size: 0.85rem;
padding-bottom: 5px;

View File

@@ -36,7 +36,7 @@ export default function LyricSearch() {
<span>Lyric Search</span>
</h2>
<div className="card-text my-4">
<label>Search:</label>
<label for="lyric-search-input">Search:</label>
<LyricSearchInputField
id="lyric-search-input"
placeholder="Artist - Song"
@@ -221,6 +221,7 @@ export function LyricSearchInputField({ id, placeholder, setShowLyrics }) {
placeholder={placeholder}
autoFocus
size={40}
aria-controls="lyric-search-input"
/>
<Button onClick={handleSearch} className="btn">
Search