kdl-org.github.io/src/styles/global.css

14 lines
206 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
.kdl-section {
@apply py-10 px-4 prose prose-xl mx-auto;
}
code {
background-color: #efefef;
padding: 0.1em 0.5em;
border-radius: 4px;
}