fixed prose-darkmode issue

This commit is contained in:
somrat sorkar
2023-12-26 09:07:55 +06:00
parent 65f9ec6779
commit bd1dd7dd02
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ html {
}
body {
@apply bg-body font-primary font-normal leading-relaxed text-text dark:bg-darkmode-body dark:text-darkmode-text;
@apply bg-body dark:bg-darkmode-body font-primary font-normal leading-relaxed text-text dark:text-darkmode-text;
}
h1,