Revert cards to base-100 with border+shadow for distinction
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
<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="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;background:var(--b2)"
|
style="display:flex;text-decoration:none;transition:box-shadow 0.15s;background:var(--b1)"
|
||||||
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