mirror of
https://github.com/AderKonstantin/aderktech-chronark.com-.git
synced 2025-06-08 13:48:42 +03:00
11 lines
157 B
CSS
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);
|
|
}
|
|
}
|
|
|