Skip to content

Commit

Permalink
Fixed overlapping tailwind classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Moha-Elhas committed Jun 24, 2024
1 parent 3d0e2f4 commit b3446d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script src="https://unpkg.com/tippy.js@6/dist/tippy-bundle.umd.js"></script>
</head>

<body class="bg-gray-100 dark:bg-gray-950 dark:bg-black dark:text-white dark:text-black">
<body class="bg-gray-100 dark:bg-gray-950 dark:text-white text-black">
<main
class="bg-white dark:bg-gray-950 container mt-8 p-8 border border-t border-gray-100 mx-auto flex flex-col gap-4">

Expand Down

0 comments on commit b3446d4

Please sign in to comment.