Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | site: add a rudimentary dark mode | stuebinm | 2021-04-08 | 1 | -2/+1 |
| | | | | | | | | | | This is a very simple, very high-contrast dark mode (for now). However, not all default ui elements seem to respect it by default — i.e. textareas stay entirely white by default and require additional theming. I'm not sure if this is my system stlye or firefox interfering, but for now I've added custom css rules which at least make text areas black. Buttons and checkboxes are still white, however. | ||||
* | site: implement accessibility hints of WAVE | stuebinm | 2021-04-08 | 1 | -0/+7 |
| | | | | | | | | | | | This implements some accessibility guidelines, as hinted at by WAVE [1]: - labels for textareas - fieldsets for multiple-choice answers One thing that's still missing is a set language, which I guess will be best implemented together with an actual language switcher. [1] https://wave.webaim.org/ | ||||
* | add a todo file | stuebinm | 2021-04-07 | 1 | -0/+18 |