To see layout created by Rocketseat team, click on badge below:
yarn start
: Runs the app in the development mode
-
All changes of version 1;
-
Add package to close Level Up Modal when press ESC key;
-
Auto dark or light theme (getting the color mode from your operating system);
- Example how to set dark colors and light colors:
:root { // set your light colors where } @media (prefers-color-scheme: dark) { :root { // set your dark colors where } }