style(front): subtle border for cards in dark-mode
This commit is contained in:
parent
988f735a97
commit
1b13b10f7c
|
@ -49,6 +49,7 @@ const updatedAgo = computed(() => moment(props.object.artist?.modification_date)
|
||||||
:tags="object.artist?.tags ?? []"
|
:tags="object.artist?.tags ?? []"
|
||||||
class="artist-card"
|
class="artist-card"
|
||||||
:to="{name: 'channels.detail', params: {id: urlId}}"
|
:to="{name: 'channels.detail', params: {id: urlId}}"
|
||||||
|
solid
|
||||||
small
|
small
|
||||||
>
|
>
|
||||||
<template #topright>
|
<template #topright>
|
||||||
|
|
|
@ -533,7 +533,7 @@
|
||||||
.solid, .alert>.actions>button, button:not(:is(.ghost,.outline,.tabs-item)) {
|
.solid, .alert>.actions>button, button:not(:is(.ghost,.outline,.tabs-item)) {
|
||||||
color: var(--color);
|
color: var(--color);
|
||||||
background-color:var(--background-color);
|
background-color:var(--background-color);
|
||||||
border: 1px solid var(--background-color);
|
border: 1px solid var(--fw-gray-850);
|
||||||
|
|
||||||
&.interactive:not(:has(.interactive:hover)) {
|
&.interactive:not(:has(.interactive:hover)) {
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
Loading…
Reference in New Issue