Skip to content

Commit

Permalink
fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
trevormil committed Aug 13, 2023
1 parent a3ddce3 commit 99af4c6
Show file tree
Hide file tree
Showing 10 changed files with 2,194 additions and 148 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts


.env
.vercel
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"workbench.colorCustomizations": {
"activityBar.background": "#49135D",
"titleBar.activeBackground": "#661B82",
"titleBar.activeForeground": "#FDF9FE"
}
}
Loading

0 comments on commit 99af4c6

Please sign in to comment.