refactor(chat): migrate styles to tailwind and update components
This commit is contained in:
@@ -7,7 +7,7 @@ const APOSTROPHE = "'";
|
||||
export function SplashContent() {
|
||||
return (
|
||||
<div className="z-[2] flex flex-col gap-md">
|
||||
<h1 className="m-0 whitespace-pre-line text-left font-[var(--font-athelas)] text-[var(--responsive-page-title)] font-bold italic leading-[1.4] text-white">
|
||||
<h1 className="m-0 whitespace-pre-line text-left font-[var(--font-athelas)] text-[clamp(28px,7.8vw,30px)] font-bold italic leading-[1.28] text-white">
|
||||
Welcome to my secret hideout~
|
||||
{"\n"}It{APOSTROPHE}s just the two of us now.
|
||||
{"\n"}Feel free to whisper your
|
||||
|
||||
Reference in New Issue
Block a user