๐Ÿ“ฆ Svenlaa / video-gamer

๐Ÿ“„ globals.css ยท 9 lines
1
2
3
4
5
6
7
8
9@tailwind base;
@tailwind components;
@tailwind utilities;

html {
  background-color: #080e37;
  color: white;
}