feat: disable "z0x" and "404" highlighting
This commit is contained in:
parent
1638d86564
commit
70dc2d08a6
2 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@ export interface Props {
|
|||
const { text } = Astro.props;
|
||||
---
|
||||
|
||||
<p class="relative text-4xl font-semibold text-foreground">
|
||||
<p class="select-none relative text-4xl font-semibold text-foreground">
|
||||
<span class="absolute inset-0 opacity-0 blur-md motion-text bg-muted-foreground"></span>
|
||||
<span class="relative opacity-0 motion-text">{text}</span>
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue