Skip to content

Commit

Permalink
fix(nx-dev): fix text colors
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Jan 8, 2024
1 parent 48bcb53 commit 69523f1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nx-dev/nx-dev/pages/tips.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -427,13 +427,15 @@ export default function NewYear(): JSX.Element {
/>
<Header />
<main id="main" role="main">
<div className="w-full py-10 bg-slate-50 dark:bg-slate-800/40">
<div className="w-full py-10 bg-slate-50 dark:bg-slate-800/40 dark:text-slate-300">
<div
id="new-year"
className="py-18 mx-auto max-w-7xl px-4 sm:px-6 lg:px-8"
>
<article id="nx-new-year-tips-intro" className="relative">
<h1 className="text-3xl font-semibold my-8">Nx New Year Tips</h1>
<h1 className="text-3xl font-semibold my-8 dark:text-white">
Nx New Year Tips
</h1>
<p>
Start 2024 off right with some tips to help you get the most out
of Nx. Each day, a new card will be unlocked for you to flip.
Expand Down

1 comment on commit 69523f1

@vercel
Copy link

@vercel vercel bot commented on 69523f1 Jan 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-five.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev
nx-dev-nrwl.vercel.app

Please sign in to comment.