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