mirror of
https://github.com/Automattic/harper.git
synced 2025-12-05 19:26:55 -06:00
fix(chrome-ext): lint description formatting in dark mode
This commit is contained in:
@@ -245,7 +245,7 @@ async function exportEnabledDomainsCSV() {
|
||||
<div class="flex items-start justify-between gap-4">
|
||||
<div class="space-y-0.5">
|
||||
<p class="font-medium text-gray-900 dark:text-gray-100">{key}</p>
|
||||
<p class="text-xs text-gray-600 dark:text-gray-300">{@html lintDescriptions[key]}</p>
|
||||
<p class="text-xs text-gray-600 dark:text-gray-300 dark:[&_code]:text-black">{@html lintDescriptions[key]}</p>
|
||||
</div>
|
||||
<Select
|
||||
size="sm"
|
||||
|
||||
Reference in New Issue
Block a user