Feed cards use base-200 background to contrast with navbar
This commit is contained in:
@@ -12,8 +12,8 @@
|
|||||||
{#for entry in entries}
|
{#for entry in entries}
|
||||||
<a href="https://musicbrainz.org/release-group/{entry.mbid}"
|
<a href="https://musicbrainz.org/release-group/{entry.mbid}"
|
||||||
target="_blank" rel="noopener noreferrer"
|
target="_blank" rel="noopener noreferrer"
|
||||||
class="bg-base-100 shadow-sm rounded-box border border-base-300 overflow-hidden"
|
class="shadow-sm rounded-box border border-base-300 overflow-hidden"
|
||||||
style="display:flex;text-decoration:none;transition:box-shadow 0.15s"
|
style="display:flex;text-decoration:none;transition:box-shadow 0.15s;background:var(--b2)"
|
||||||
onmouseover="this.style.boxShadow='0 3px 12px rgba(0,0,0,0.12)'"
|
onmouseover="this.style.boxShadow='0 3px 12px rgba(0,0,0,0.12)'"
|
||||||
onmouseout="this.style.boxShadow=''">
|
onmouseout="this.style.boxShadow=''">
|
||||||
<div style="width:250px;height:250px;flex-shrink:0;overflow:hidden;background:var(--b2)">
|
<div style="width:250px;height:250px;flex-shrink:0;overflow:hidden;background:var(--b2)">
|
||||||
|
|||||||
Reference in New Issue
Block a user