spinspire / pocketbase-sveltekit-starter

a starter project to build a SvelteKit frontend with PocketBase backend
MIT License
363 stars 62 forks source link

Doc edits for Windows users and Light/Dark Mode toggle #25

Open dopecello opened 1 year ago

dopecello commented 1 year ago

Note:

Commits on August 8th were already in master branch on my repo

I reduced the amount of commits by doing git diff master..<feature-branches> | git apply - and then applying the changes.

Doc Changes

Frontend Changes

Conclusion

Light mode and dark mode is fully controlled by the CDN now and this paves the way to clean up a lot of the CSS. Now we can measure which elements to override on both modes