Commit a1f879e
committed
Move global styles to global CSS file
New versions of Next.js aren't working with <styled jsx global> well.
Instead of debugging, this commit moves those global styles to our
global.css file.
Also changes around some border colors in dark mode to reduce their
prominence.
Tested by poking around in dev mode and release mode.1 parent ba9e617 commit a1f879e
4 files changed
Lines changed: 355 additions & 336 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments