Skip to content

Improve statuspage readability #167

Merged
merged 2 commits into from
Apr 25, 2025
Merged

Commits on Apr 25, 2025

  1. mxq.in: readjust colors a bit

    Orange on gray is hardly readable. Replace with 'chocolate'
    which is darker then darkorange but not too reddish or brown.
    Background grays are also lifted a small bit (should not
    break the overall design).
    
    (https://developer.mozilla.org/en-US/docs/Web/CSS/named-color)
    thomas committed Apr 25, 2025
    Configuration menu
    Copy the full SHA
    474f6d1 View commit details
    Browse the repository at this point in the history
  2. mxq.in: format html table output

    Breaking the 'stream' output for the tables helps looking into
    the page source. Every row starts on a new line, and the tables
    appear as 'sections' now.
    
    (BTW: body and html closing tags where added too, not needed,
    but a bit more exemplary)
    thomas committed Apr 25, 2025
    Configuration menu
    Copy the full SHA
    a3f9450 View commit details
    Browse the repository at this point in the history