Phil Wareham
Phil Wareham
Yeah, I'll relook at this very soon.
Hi - what adjustment do I need to make to the CSS `tab-size` rule? (currently it's `tab-size: 4` which is my usual preference, do you want it to be `2`...
I can expose the `tab-size` CSS in the user CSS file too, which gives users more control of it themselves.
OK, my latest commit should provide the correct tab rules as requested.
Sure, I can default it to `2` and leave `4` as the custom file one? (basically reverse of what it currently is)
Vote away - https://github.com/textpattern/textpattern/discussions/1901 Feel free to let people know in the forum too if you wish.
I've been using UIkit as part of a client job (it was already in place) and I like it, has replacements for all the useful jQuery UI things (and more...
Also, Dark Mode: @media (prefers-color-scheme: dark) {)
@phiw13 I guess we can bypass the `inverted-colors` MQ by simply making that use Dark Mode by default? Do you think that is a good compromise (I've tried to keep...
Thanks for the detailed explanation - very informative, as always.