Style categories block in query loop

As there is no option to style this block in the theme.json I remove the underline for every link with the follwing code:

  "styles": {
    "link": {
      "typography": {
        "textDecoration": "none"
      }
    }
  }