diff --git a/app/assets/stylesheets/card-columns.css b/app/assets/stylesheets/card-columns.css index 7ffcca3c8..58544fa57 100644 --- a/app/assets/stylesheets/card-columns.css +++ b/app/assets/stylesheets/card-columns.css @@ -45,16 +45,6 @@ z-index: 1; } - &:after { - background: var(--gradient-border); - block-size: 1px; - content: ""; - inset: 100% -0.6em 0 -0.6em; - opacity: 0.15; - position: absolute; - z-index: 1; - } - .left-col { display: flex; gap: calc(var(--cards-gap) / 4);