summaryrefslogtreecommitdiff
path: root/site/style.css (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-08site: add a rudimentary dark modestuebinm1-0/+26
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.
2021-04-08site: better error messagesstuebinm1-0/+4
this includes styling error messages red, and displaying error messages in case not all answers were answered as required (for now, this just means that not selecting any option in radio buttons is disallowed in general, as so far there are no corresponding config fields).
2021-04-07site: sensible sizes for textareasstuebinm1-0/+7