Skip to content

Commit 8a9634c

Browse files
Add dark/light background color
1 parent bda2c30 commit 8a9634c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/shortcodes/summary-bar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{{ $requiresIcon := "browser_updated" }}
2222
{{ $forIcon := "admin_panel_settings" }}
2323

24-
<div class="flex flex-col bg-background-light dark:bg-background-dark border-l-4 border-gray-light-200 px-4 py-1 my-1 not-prose">
24+
<div class="flex flex-col bg-gray-light-200 bg-opacity-75 dark:bg-gray-dark-300 dark:bg-opacity-75 border-l-4 border-gray-light-200 px-4 py-1 my-1 not-prose">
2525
{{ with $feature.subscription }}
2626
<div class="flex items-center gap-1">
2727
<span class="font-bold">Subscription:</span>

0 commit comments

Comments
 (0)