Skip to content

Commit

Permalink
feat: Update page heading and paragraph styles for better readability
Browse files Browse the repository at this point in the history
  • Loading branch information
jnaraujo committed Aug 4, 2024
1 parent 23346e5 commit a184f46
Show file tree
Hide file tree
Showing 2 changed files with 237 additions and 233 deletions.
4 changes: 2 additions & 2 deletions src/app/(main)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ export default function Page() {
<Editor />
<div className="mx-auto h-[1px] w-full max-w-5xl bg-zinc-300 dark:bg-zinc-600" />
<article className="container py-4">
<h1 className="text-2xl font-bold text-zinc-600 dark:text-zinc-200">
<h1 className="text-2xl font-bold text-zinc-800 dark:text-stone-200">
Teste de Leiturabilidade - Faça seu texto ser entendido por todos
</h1>
<p className="text-zinc-400">
<p className="text-zinc-600 dark:text-stone-400">
Teste a leiturabilidade do seu texto e saiba se ele é de fácil de
entender. O teste analisa a legibilidade do seu texto e te dá dicas de
como melhorá-lo utilizando o Flesch Reading Ease.
Expand Down
Loading

0 comments on commit a184f46

Please sign in to comment.