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 {
2024-01-02 23:04:17 +01:00
background-color: #031417;
2022-07-27 16:36:16 +02:00
}