ChatGPT-Next-Web/app/styles/globals.css

31 lines
491 B
CSS

/* prettier-ignore */
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
@font-face {
font-family: "Satoshi Variable";
font-style: normal;
font-weight: 400;
font-display: swap;
font-feature-settings:
"clig" off,
"liga" off;
src: url(/fonts/Roboto.woff2) format("woff2");
}
}
html,
body {
height: 100%;
width: 100%;
overflow: hidden;
}
:root {
--tip-popover-color: #434360;
--chat-panel-bg: rgb(249, 250, 251, 1);
}