From 7b61dbd4775aa45803e5f41069f645a47003d87f Mon Sep 17 00:00:00 2001 From: Ali Maktabi <67747298+alimaktabi@users.noreply.github.com> Date: Sun, 28 Apr 2024 14:22:49 +0330 Subject: [PATCH] Update index.scss --- styles/index.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/styles/index.scss b/styles/index.scss index efcdd379..0f50c0f0 100644 --- a/styles/index.scss +++ b/styles/index.scss @@ -285,3 +285,11 @@ textarea::-webkit-scrollbar-thumb { .nftIdTextarea::placeholder { @apply text-gray80; } + +.markdown { + a { + @apply text-blue-500; + + } + +} \ No newline at end of file