2023-08-15 23:02:17 +02:00
|
|
|
@import 'highlight.js/styles/dark.css';
|
|
|
|
|
|
|
|
@tailwind base;
|
|
|
|
@tailwind components;
|
|
|
|
@tailwind utilities;
|
|
|
|
@tailwind variants;
|
|
|
|
|
|
|
|
@layer base {
|
|
|
|
html {
|
2023-11-16 09:34:09 +01:00
|
|
|
font-family:
|
|
|
|
IBM Plex Mono,
|
|
|
|
ui-monospace,
|
|
|
|
monospace;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
@apply underline underline-offset-4 decoration-slate-500 hover:decoration-indigo-500;
|
2023-08-15 23:02:17 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.flow > * + * {
|
|
|
|
margin-block-start: var(--flow-space, 1em);
|
|
|
|
}
|