Files
vscode-front-matter/docs/styles/globals.css
2021-08-30 15:13:06 +02:00

29 lines
343 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
html, body {height: 100%;}
.changelog {
@apply py-8 space-y-4;
h1 {
@apply hidden;
}
h2 {
@apply text-3xl text-whisper-900;
}
ul {
@apply list-disc pl-4 pb-8;
}
a, a:visited {
@apply text-teal-500;
}
a:hover {
@apply text-teal-800;
}
}