We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda2c30 commit 8a9634cCopy full SHA for 8a9634c
layouts/shortcodes/summary-bar.html
@@ -21,7 +21,7 @@
21
{{ $requiresIcon := "browser_updated" }}
22
{{ $forIcon := "admin_panel_settings" }}
23
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">
+<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">
25
{{ with $feature.subscription }}
26
<div class="flex items-center gap-1">
27
<span class="font-bold">Subscription:</span>
0 commit comments