mirror of
https://github.com/Nezumi-2711/onedrive-vercel-index.git
synced 2026-09-22 20:01:46 +00:00
18 lines
305 B
CSS
18 lines
305 B
CSS
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');
|
|
|
|
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
.react-pdf__Page__canvas {
|
|
@apply mx-auto;
|
|
@apply shadow-md;
|
|
}
|
|
|
|
.markdown-body ul {
|
|
@apply list-disc;
|
|
}
|
|
.markdown-body ol {
|
|
@apply list-decimal;
|
|
}
|