mirror of
https://github.com/skidoodle/erettsegi-browser.git
synced 2025-02-15 05:39:15 +01:00
fix: better title colour
This commit is contained in:
parent
b2e968efaf
commit
a16d6b5be0
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ export default function Home() {
|
|||
|
||||
return (
|
||||
<main className='dark:bg-[#121212] text-foreground bg-background py-5'>
|
||||
<h1 className='text-4xl font-bold text-blue-400 text-center mt-16'>
|
||||
<h1 className='text-4xl font-bold text-[#4f81fe] text-center mt-16'>
|
||||
Érettségi kereső
|
||||
</h1>
|
||||
<div className='flex min-h-screen flex-col items-center justify-between'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue