Informasjonsforvaltning / dcat-ap-no-validator-gui

Front end for validating you endpoint against dcat-ap-no.
Apache License 2.0
1 stars 0 forks source link

Chore/Fix too low contrast closes #102 #124

Closed hegeaal closed 1 year ago

hegeaal commented 1 year ago

Branchet ut fra branchen til forrige PR så ble vist en del endringer her, men det som egentlig hører til denne er:

const Link = styled(LinkBase)`
  color: ${theme.colour(Colour.NEUTRAL, 'N60')} !important;
  &:focus {
    outline-color: orange;
  }
`;