Highlight search results

This commit is contained in:
KatieFrogs
2022-02-27 22:11:21 +03:00
parent 70a047cd1c
commit fbcb0e41eb
2 changed files with 50 additions and 7 deletions

View File

@@ -113,6 +113,10 @@
width: calc(100% - (var(--course-width) + 0.4em) * 5 - 0.6em);
}
.song-search-result-info .highlighted-text {
color: #faff00;
}
.song-search-result-title,
.song-search-result-subtitle {
display: inline-block;