* wip
* minor tweaks
* Use cool gray for dark mode
* Use the same grays for light and dark
* Improve dots bg
* Add some red back into dark mode
* Replace Tailwind CDN with compiled CSS
* Remove unnecessary class
* Restore font-display: swap
---------
Co-authored-by: Taylor Otwell <[email protected]>
This is unnessecery code because Axios already automatically adds
a X-XSRF-TOKEN header from the XSRF-TOKEN cookie encrypted value on
same-origin requests. The `VerifyCsrfToken` middleware and Passport's
`TokenGuard` already allow using the `X-XSRF-TOKEN` header.