Skip to content

Commit a2277ca

Browse files
committed
chore: update background
1 parent 4463edc commit a2277ca

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

resources/views/components/layouts/background.blade.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ class="absolute bottom-12 left-[3%] hidden flex-col gap-4 font-jetbrains-mono te
2121
</div>
2222

2323
<div>
24-
&lt;?php declare(strict_types=1);
24+
<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+
&lt;?php declare(strict_types=1);
26+
</code>
2527
</div>
2628
</div>
2729

0 commit comments

Comments
 (0)