Mike Graham

Results 27 comments of Mike Graham

@pqhf5kd: Yeah, it can be implemented with `@media (prefers-color-scheme: dark)` in the CSS. It’s actually pretty easy to do it – but I’ve only ever done it on very small...

Hi @vergissberlin: I’d be interested in working on this with you. I’ve only ever done it for really small sites (like [my own site](https://mgrah.am/)) which have much simpler CSS than...

I’ve had a look at the SASS code and there are _80 different colour codes used_. Many (most?) of them are very, very close to one another. I don’t think...

The SASS code has a `_variables.sass` file, which defines colours but doesn’t use them in the actual styling code. Once I’ve consolidated the colours down to a manageable level, we...

Hi @vergissberlin: > Naming is always a thing :) In this case I would disagree to use color names for variables. Just think about in case of _dark mode_, the...

> Thanks for the help. > Feel free to simplify the colors in the CSS used throughout the app. I've spent a good part of the day on this, and...

Sorry for the slow reply. I’ve had a busy few days and haven’t had a chance to do any more work on this. >Instead, override the whole CSS declaration you...

I’ve spent a while working on it this evening, and pushed the changes. I managed to reduce it to 21 colours in total. Most of them are near-neighbour substitutions so...

Okay. I've now spent _three hours_ trying to diagnose and fix issues with `yarn run production` -- every time I think I've fixed something, a new error occurs. I'm giving...

I haven’t looked at this much for a good long while, but had started work on it again recently. Should I stop working on this if it’s already planned, @djaiss?...