From 24a25a313d699396fc715890ee25358e969e3459 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Mon, 19 Sep 2022 12:46:11 +0630 Subject: [PATCH] Add global style for tabler icon --- src/styles/base.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles/base.css b/src/styles/base.css index a59135f..47ab647 100644 --- a/src/styles/base.css +++ b/src/styles/base.css @@ -43,6 +43,11 @@ svg { @apply w-6 h-6 inline-block fill-skin-base group-hover:fill-skin-accent; } + svg.icon-tabler { + @apply w-6 h-6 scale-125 sm:scale-110 opacity-90 + inline-block fill-transparent stroke-2 stroke-current + group-hover:fill-transparent; + } .prose { @apply prose-a:underline-offset-8 prose-ul:overflow-x-clip prose-a:!decoration-dashed hover:prose-a:text-skin-accent