mirror of
https://github.com/Nezumi-2711/onedrive-vercel-index.git
synced 2026-09-22 13:38:45 +00:00
11 lines
217 B
CSS
11 lines
217 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;
|
|
}
|