mirror of
https://github.com/documenso/documenso.git
synced 2025-11-15 09:12:02 +10:00
17 lines
294 B
CSS
17 lines
294 B
CSS
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
|
|
/* todo use "local" */
|
|
|
|
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
#__next {
|
|
min-height: 100%;
|
|
}
|
|
|
|
/* @media (prefers-color-scheme: dark) {
|
|
html {
|
|
color-scheme: dark;
|
|
}
|
|
} */
|