From 62c6781c4cfdd43efa58c52131a10a4c9130f9ac Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Thu, 18 May 2023 15:16:44 -0400 Subject: [PATCH] update portfolio styling --- src/styles/Portfolio.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/Portfolio.module.css b/src/styles/Portfolio.module.css index f15147a..dcb8fd0 100644 --- a/src/styles/Portfolio.module.css +++ b/src/styles/Portfolio.module.css @@ -16,7 +16,7 @@ .portfolioItems img { border-radius: 1rem; - background: #f5f5f5; + background: var(--secondary); box-shadow: 0.5em 0.5em 3em 0.7em rgba(0, 0, 0, 0.25), -0.5em -0.5em 3em 0.7em rgba(0, 0, 0, 0.22); height: 13em;