mirror of
https://github.com/documenso/documenso.git
synced 2025-11-20 03:32:14 +10:00
app shell
This commit is contained in:
15
apps/web/styles/tailwind.css
Normal file
15
apps/web/styles/tailwind.css
Normal file
@ -0,0 +1,15 @@
|
||||
@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;
|
||||
}
|
||||
} */
|
||||
Reference in New Issue
Block a user