Skip to content

Commit

Permalink
Fix DARK - LIGHT problem in HOME ICON
Browse files Browse the repository at this point in the history
  • Loading branch information
m7medVision committed Feb 18, 2024
1 parent ca102d9 commit b9fc062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function IndexPage() {
<div class="flex flex-col w-full mb-12 text-center">
<h1 class="mb-4 text-6xl font-bold tracking-tighter lg:text-9xl">
<span class="bg-gradient-to-br from-yellow-500 to-yellow-300 bg-clip-text text-transparent font-bold">JS</span>
<span class="ml-2 bg-gradient-to-bl from-slate-900 to-slate-600 bg-clip-text text-transparent font-bold">نخلة</span>
<span class="ml-2 bg-gradient-to-bl from-base-content to-base-content/80 bg-clip-text text-transparent font-bold">نخلة</span>
</h1>
<p class="text-3xl mb-2">
تعلم بسهولة وفعالية
Expand Down

0 comments on commit b9fc062

Please sign in to comment.