diff --git a/LICENSE.md b/LICENSE.md index 7a4f76b..f0dce42 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -2,6 +2,8 @@ Copyright (c) 2025 Lê Vĩnh Khang +Copyright (c) 2025 Alex Lebens + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights diff --git a/src/styles/global.css b/src/styles/global.css index 39fb370..d7cb3a6 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -1,6 +1,10 @@ /* Remove all the complex mobile menu styles and keep only what's necessary */ @import 'tailwindcss'; +/* Dark mode support for Tailwind CSS v4 */ +/* https://tailwindcss.com/docs/dark-mode */ +@custom-variant dark (&:where(.dark, .dark *)); + @layer base { :root { font-family: 'Inter', sans-serif;