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
|
|
|
}
|
2024-01-05 21:57:43 +01:00
|
|
|
::selection {
|
|
|
|
|
background: #7d9c00b1;
|
|
|
|
|
}
|