mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 16:50:10 +00:00
add colored background setting functionality
This commit is contained in:
parent
6eed689db2
commit
4a398b4e00
3 changed files with 12 additions and 6 deletions
|
|
@ -61,7 +61,7 @@
|
|||
|
||||
</script>
|
||||
|
||||
<CardBody style="border-left: 4px solid #{member.color}; margin: -1rem -1.25rem">
|
||||
<CardBody style="border-left: 4px solid #{settings.appearance.color_background ? isPage ? "" : member.color : member.color }; margin: -1rem -1.25rem">
|
||||
{#if !editMode && !groupMode}
|
||||
<Row>
|
||||
{#if member.id}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue