We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4463edc commit a2277caCopy full SHA for a2277ca
1 file changed
resources/views/components/layouts/background.blade.php
@@ -21,7 +21,9 @@ class="absolute bottom-12 left-[3%] hidden flex-col gap-4 font-jetbrains-mono te
21
</div>
22
23
<div>
24
- <?php declare(strict_types=1);
+ <code class="rounded-md bg-zinc-300/40 px-1.5 py-0.5 font-jetbrains-mono text-xs text-zinc-600/80 ring-1 ring-zinc-400/40 ring-inset dark:bg-zinc-800/40 dark:text-zinc-400/80 dark:ring-zinc-700/40">
25
+ <?php declare(strict_types=1);
26
+ </code>
27
28
29
0 commit comments