basic styling and a fancy header

This commit is contained in:
MapleLeaf
2021-12-29 16:24:17 -06:00
parent 78607b7589
commit 401fcd2f16
3 changed files with 48 additions and 2 deletions

7
pnpm-lock.yaml generated
View File

@@ -42,6 +42,7 @@ importers:
'@types/react': ^17.0.24
'@types/react-dom': ^17.0.9
autoprefixer: ^10.4.1
clsx: ^1.1.1
concurrently: ^6.5.1
postcss: ^8.4.5
prettier: ^2.5.1
@@ -56,6 +57,7 @@ importers:
'@remix-run/react': 1.1.1_react-dom@17.0.2+react@17.0.2
'@remix-run/serve': 1.1.1_react-dom@17.0.2+react@17.0.2
autoprefixer: 10.4.1_postcss@8.4.5
clsx: 1.1.1
postcss: 8.4.5
react: 17.0.2
react-dom: 17.0.2_react@17.0.2
@@ -2325,6 +2327,11 @@ packages:
engines: {node: '>=0.8'}
dev: true
/clsx/1.1.1:
resolution: {integrity: sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA==}
engines: {node: '>=6'}
dev: false
/co/4.6.0:
resolution: {integrity: sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=}
engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'}