Sam Storment
Sam Storment
How about something like this instead?  Uses flexbox instead of grid on the `.section-grid` containers: ```css /* would make sense to rename the class*/ .section-grid { display: flex; flex-wrap:...
Closed by #94
I've got the dark theme colors looking quite a bit nicer than my previous commit. Some more things I'm aware of that I haven't been able to test with dark...
Well, I've made a mistake using `git rebase` trying to catch my branch back up with master and now my PR includes all of your commits. Since my changes are...
I've got the dark theme to a point I'm fairly satisfied with so I suppose the PR is ready for a review.
Weird! The color of the links and the form fields might be set to a default value determined by the OS, because I was not able to reproduce. For the...
No worries! I agree it could use some tweaking but at least now it's in a very tweak-able state. I could work on adding a JavaScript powered theme toggle so...