diff --git a/src/pages/portfolio.astro b/src/pages/portfolio.astro index a0e780f..c6392a0 100644 --- a/src/pages/portfolio.astro +++ b/src/pages/portfolio.astro @@ -38,20 +38,4 @@ figcaption { text-align: center; font-style: italic; } - -a { - background-color: white; - text-decoration: none; - color: black; - border-radius: 8px; - padding-left: 5px; - padding-right: 5px; -} - -a:hover { - background-color: rgba(0, 0, 0, 0); - color: white; - outline: 1px solid white; - outline-offset: -2px; -}