12 lines
199 B
CSS
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;
|
|
}
|