portfolio/src/index.css

9 lines
158 B
CSS
Raw Normal View History

2023-10-12 09:56:13 +02:00
@import "react-image-gallery/styles/css/image-gallery.css";
@tailwind base;
@tailwind components;
@tailwind utilities;
2022-07-27 16:36:16 +02:00
body {
2022-07-27 20:02:45 +02:00
background-color: #302f39;
2022-07-27 16:36:16 +02:00
}