mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 08:41:37 +00:00
chore: upgrade tailwindcss
up to v4
This commit is contained in:
@ -35,6 +35,7 @@
|
||||
}
|
||||
|
||||
@config "../tailwind.config.js";
|
||||
@plugin "@catppuccin/tailwindcss";
|
||||
|
||||
/*
|
||||
The default border color has changed to `currentcolor` in Tailwind CSS v4,
|
||||
@ -81,8 +82,8 @@ font-family: 'Poppins', sans-serif;
|
||||
|
||||
@layer base {
|
||||
body {
|
||||
/* @apply text-gray-600 bg-bluish-gray dark:bg-rua-gray-900 dark:text-gray-200; */
|
||||
@apply text bg-linear-to-b from-base to-crust;
|
||||
@apply text-gray-600 bg-bluish-gray dark:bg-rua-gray-900 dark:text-gray-200;
|
||||
/* @apply text bg-linear-to-b from-base to-crust; */
|
||||
font-family:
|
||||
'Poppins',
|
||||
-apple-system,
|
||||
|
Reference in New Issue
Block a user