fix(*): remove old media highlight styles

This commit is contained in:
Cory Dransfeldt 2025-06-15 21:19:53 -07:00
parent 9e181363dd
commit 864b777dba
No known key found for this signature in database
6 changed files with 20 additions and 32 deletions

View file

@ -29,14 +29,14 @@ if (! function_exists('renderMediaGrid')) {
echo '<div class="media-grid-item">';
if ($title || $subtext) {
echo '<div class="meta-text media-highlight">';
echo '<mark class="meta-text">';
if ($title) {
echo '<div class="header">'.$title.'</div>';
}
if ($subtext) {
echo '<div class="subheader">'.$subtext.'</div>';
}
echo '</div>';
echo '</mark>';
}
echo '<img