PDPA Features: ✅ Cookie consent banner ✅ Consent logging API ✅ Admin dashboard ✅ Privacy Policy ✅ Terms & Conditions Technical: ✅ Astro 5.x + Tailwind v4 ✅ Docker on port 80 ✅ SQLite database ✅ 15 pages built Ready for Easypanel deployment.
11 lines
359 B
CSS
11 lines
359 B
CSS
/* Fallback, in case JS does not run, to ensure the code is at least visible */
|
|
[class*='lang-'] script[type='text/plain'],
|
|
[class*='language-'] script[type='text/plain'],
|
|
script[type='text/plain'][class*='lang-'],
|
|
script[type='text/plain'][class*='language-'] {
|
|
display: block;
|
|
font: 100% Consolas, Monaco, monospace;
|
|
white-space: pre;
|
|
overflow: auto;
|
|
}
|