style(front): subtle border for cards in dark-mode

This commit is contained in:
ArneBo 2025-01-30 12:37:17 +01:00
parent 988f735a97
commit 1b13b10f7c
2 changed files with 2 additions and 1 deletions

View File

@ -49,6 +49,7 @@ const updatedAgo = computed(() => moment(props.object.artist?.modification_date)
:tags="object.artist?.tags ?? []"
class="artist-card"
:to="{name: 'channels.detail', params: {id: urlId}}"
solid
small
>
<template #topright>

View File

@ -533,7 +533,7 @@
.solid, .alert>.actions>button, button:not(:is(.ghost,.outline,.tabs-item)) {
color: var(--color);
background-color:var(--background-color);
border: 1px solid var(--background-color);
border: 1px solid var(--fw-gray-850);
&.interactive:not(:has(.interactive:hover)) {
&:hover {