Files
altbin.dev/app/globals.css
T

23 lines
425 B
CSS
Raw Normal View History

2025-08-20 14:14:33 +02:00
@import "tailwindcss";
2025-08-13 17:09:12 +02:00
2025-08-20 14:14:33 +02:00
.hljs,
code[class*="language-"],
pre[class*="language-"] {
background: transparent !important;
2025-08-13 17:09:12 +02:00
}
2025-08-20 14:14:33 +02:00
/* ➡️ Hors du @layer */
code[class*="language-"],
pre[class*="language-"] {
white-space: pre-wrap !important;
word-break: break-word !important;
2025-08-13 17:09:12 +02:00
}
2025-08-20 14:14:33 +02:00
@layer utilities {
.neon-border {
box-shadow:
0 0 0 1.5px oklch(0.65 0.2 250 / 0.5),
0 0 10px oklch(0.65 0.2 250 / 0.2);
2025-08-13 17:09:12 +02:00
}
}