From c019a0fa6d9bd92f6576492217e53872173d168a Mon Sep 17 00:00:00 2001 From: eggy Date: Sat, 31 Dec 2022 20:28:07 -0500 Subject: [PATCH] chore: remove unused styles --- app.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app.vue b/app.vue index d47d1d8..08fd446 100644 --- a/app.vue +++ b/app.vue @@ -29,12 +29,6 @@ div#__nuxt { --bg: #091a28; } -.icon.icon-link { - @apply absolute opacity-0 h-4 -ml-6 w-10 bg-no-repeat; - background-image: url("/icons/link.svg"); - margin-top: 6px; -} - .prose h2 > a, .prose h3 > a, .prose h4 > a,