Skip to content

Commit 3a527b4

Browse files
💄 Enhance dark mode styles for article, privacy policy, and terms of service pages (#115)
1 parent 21fd315 commit 3a527b4

File tree

3 files changed

+241
-154
lines changed

3 files changed

+241
-154
lines changed

‎resources/views/article.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ class="size-1.5 rotate-45 bg-gray-200/90 dark:bg-[#242734]"
137137
})
138138
}
139139
"
140-
class="prose mt-2 max-w-none text-gray-600 will-change-transform dark:text-gray-400"
140+
class="prose mt-2 max-w-none text-gray-600 will-change-transform dark:text-gray-400 dark:prose-headings:text-white"
141141
aria-labelledby="article-title"
142142
>
143143
Lorem ipsum dolor sit amet consectetur adipisicing elit. Pariatur

0 commit comments

Comments
 (0)