From d75ccecdf248423025c93dab3a03738ca4d3f77d Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Fri, 6 Jun 2025 01:13:21 +0200 Subject: [PATCH] style: another minor image tweak --- src/styles/typography.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/styles/typography.css b/src/styles/typography.css index 0cd3b4c..667fa8f 100644 --- a/src/styles/typography.css +++ b/src/styles/typography.css @@ -153,12 +153,10 @@ width: 50ch; max-width: 100%; - /* @include neo-brutalist-card(2px); */ - /* TODO: Consider alternative for SCSS mixin */ border: 2px solid #333; border-radius: 0.25rem; box-shadow: 0.25rem 0.25rem 0 0 #333; - background: color-mix(in lab, var(--card-base-internal, #ededed), #fff 20%); + /* background: color-mix(in lab, var(--card-base-internal, #ededed), #fff 20%); */ &.fill { width: 100%;