We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aae4e7 commit 4720a61Copy full SHA for 4720a61
src/pages/apps/NotepadPage.js
@@ -146,7 +146,7 @@ const NotepadPage = () => {
146
className={`flex items-center gap-2 hover:underline ${isRainy ? 'text-gray-400 hover:text-white' : 'text-gray-600 hover:text-gray-900'}`}>
147
<ArrowLeftIcon/> Back to Apps
148
</Link>
149
- <h1 className={`absolute left-1/2 -translate-x-1/2 text-2xl font-serif font-bold tracking-wide ${isRainy ? 'text-gray-200' : 'text-gray-800'}`}>
+ <h1 className={`absolute left-1/2 -translate-x-1/2 text-2xl font-playfairDisplay text-amber-950 font-bold tracking-wide ${isRainy ? 'text-gray-200' : 'text-gray-800'}`}>
150
Notepad
151
</h1>
152
<div className="flex gap-2 ml-auto">
0 commit comments