Skip to content

Commit

Permalink
chore(deps): update tailwindcss to v4 (#408)
Browse files Browse the repository at this point in the history
* chore(deps): update tailwindcss to v4

* chore(deps): update Tailwind CSS to v4

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Justin Hall <[email protected]>
  • Loading branch information
renovate[bot] and wKovacs64 authored Feb 1, 2025
1 parent ab6ec68 commit 9f72b1c
Show file tree
Hide file tree
Showing 12 changed files with 754 additions and 1,243 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<meta name="msapplication-TileColor" content="#1c304a" />
<meta name="theme-color" content="#1c304a" />
</head>
<body class="bg-white font-body text-gray-900 dark:bg-dark dark:text-gray-100">
<body class="font-body dark:bg-dark bg-white text-gray-900 dark:text-gray-100">
<script type="text/javascript">
function prefersDark() {
const storedPreference = window.localStorage.getItem('darkMode');
Expand Down
Loading

0 comments on commit 9f72b1c

Please sign in to comment.