portfolio/src/index.css
Mariia Shabelnik 0cbe047fc5
All checks were successful
ci/cd / Build (push) Successful in 9s
UI update and added text_imgs
2024-01-05 21:57:43 +01:00

12 lines
199 B
CSS

@import "react-image-gallery/styles/css/image-gallery.css";
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
background-color: #031417;
}
::selection {
background: #7d9c00b1;
}