2023-02-24 18:51:04 +01:00

11 lines
157 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
.text-edge-outline {
-webkit-text-stroke: 1px rgba(255,255,255,0.3);
}
}