diff --git a/README.md b/README.md index 756a16d..8c7ecd5 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,11 @@ - Good typographic defaults using [Tailwind/Typography](https://tailwindcss.com/docs/typography-plugin) - Beside the theme declaration no CSS outside of Tailwind CSS - Manually added support for scrollbar styling - - Support for [Material Icons](https://fonts.google.com/icons) + - Support for [Material Icons](https://fonts.google.com/icons) + - Support for light and dark mode with a manual switch and system's selected theme by default + - Support for creating any arbitrary theming mode by swapping CSS variables - Framework: [Next.js](https://nextjs.org/) (React) - Multilanguage support - State Management: [React Context](https://reactjs.org/docs/context.html) - Persistent app state using LocalStorage - Support for many screen sizes and resolutions -- Support for light and dark mode with a manual switch and system's selected theme by default