{
  "status": "findings",
  "findingsCount": 1,
  "findings": [
    {
      "rule": "color-contrast",
      "severity": "serious",
      "message": "Elements must meet minimum color contrast ratio thresholds",
      "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
      "nodes": [
        {
          "target": [
            ".story-content > .section-label"
          ],
          "html": "<span class=\"section-label\">Our Story</span>",
          "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.56 (foreground color: #7a8b5f, background color: #fffaf5, font size: 9.6pt (12.8px), font weight: normal). Expected contrast ratio of 4.5:1"
        },
        {
          "target": [
            "#menu > .container > .text-center > .section-label"
          ],
          "html": "<span class=\"section-label\">From Our Kitchen</span>",
          "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.23 (foreground color: #7a8b5f, background color: #f5efe6, font size: 9.6pt (12.8px), font weight: normal). Expected contrast ratio of 4.5:1"
        },
        {
          "target": [
            ".menu-category:nth-child(1) > .category-note"
          ],
          "html": "<p class=\"category-note\">Served all day</p>",
          "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.56 (foreground color: #7a8b5f, background color: #fffaf5, font size: 10.2pt (13.6px), font weight: normal). Expected contrast ratio of 4.5:1"
        },
        {
          "target": [
            ".menu-category:nth-child(2) > .category-note"
          ],
          "html": "<p class=\"category-note\">Served 11:00am \u2013 close</p>",
          "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.56 (foreground color: #7a8b5f, background color: #fffaf5, font size: 10.2pt (13.6px), font weight: normal). Expected contrast ratio of 4.5:1"
        },
        {
          "target": [
            "#gallery > .container > .text-center > .section-label"
          ],
          "html": "<span class=\"section-label\">Around the Diner</span>",
          "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.56 (foreground color: #7a8b5f, background color: #fffaf5, font size: 9.6pt (12.8px), font weight: normal). Expected contrast ratio of 4.5:1"
        }
      ]
    }
  ],
  "log": "/data/jobs/job_94aaa68eb205/axe-audit.log"
}