diff --git a/app/assets/stylesheets/card-columns.css b/app/assets/stylesheets/card-columns.css index 4b5b36926..86f2f8582 100644 --- a/app/assets/stylesheets/card-columns.css +++ b/app/assets/stylesheets/card-columns.css @@ -54,11 +54,16 @@ --text-small: 1.1em; background-color: var(--color-bg); + box-shadow: 0 0 0 1px var(--color-subtle); line-height: 1.2; + @media (prefers-color-scheme: dark) { + box-shadow: 0 0 0 1px var(--color-subtle-dark); + } + .avatar { - block-size: 3em; - inline-size: 3em; + block-size: 2.75em; + inline-size: 2.75em; } } @@ -84,14 +89,6 @@ display: none; } - .card__stuff { - .avatar { - block-size: 2em; - inline-size: 2em; - margin: 0; - } - } - .card__body { padding-inline: 0; }