- Add light mode. This is not final but gives an idea how it might look like. Just by adding a line of CSS, we can modify contrast here and there. ```css * { filter: invert(1) hue-rotate(180deg); } ``` 