diff --git a/src/styles/global.css b/src/styles/global.css index 3c39526a..1e4afc9a 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -62,3 +62,8 @@ img { @apply absolute top-0 left-0 w-full h-full; } } + +/* DarkMode for mark*/ +mark { + @apply dark:bg-[blue] +}