feat: use full dark theme

This commit is contained in:
Jeremy Kahn 2022-08-28 18:32:34 -05:00
parent ac4b7d6d70
commit 73daf3ddb3
3 changed files with 1 additions and 21 deletions

View File

@ -48,7 +48,7 @@ function Bootstrap({
}, [hasLoadedSettings, persistedStorage, settings, userId]) }, [hasLoadedSettings, persistedStorage, settings, userId])
return ( return (
<Box className="Chitchatter"> <Box className="Chitchatter" sx={{ height: '100vh' }}>
{hasLoadedSettings ? ( {hasLoadedSettings ? (
<Routes> <Routes>
{['/', '/index.html'].map(path => ( {['/', '/index.html'].map(path => (

View File

@ -1,18 +1,3 @@
@tailwind base @tailwind base
@tailwind components @tailwind components
@tailwind utilities @tailwind utilities
@import ./styles/colors.sass
body
margin: 0
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif
-webkit-font-smoothing: antialiased
-moz-osx-font-smoothing: grayscale
code
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace
.Chitchatter
background: $background
height: 100vh

View File

@ -1,5 +0,0 @@
$background: #282C34
$chrome-primary: #476BB5
$chrome-secondary: #293E69
$text-primary: #A3BBEC
$text-secondary: #5A8AE8