I did actually say to use zoom instead of css not in addition to css (or at least the font size aspect).

There does not appear to be many classes to use for the config pages but a method of modifying the font size for all of the pages in one hit could be to use:

div.config-screen * {
    font-size: 24px !important;
}

I have only briefly looked at the result of using this so it may require some extra checking.

1 Like