research-software-directory / RSD-as-a-service

This repo contains the new RSD-as-a-service implementation
https://research.software
23 stars 14 forks source link

MuiButtons affected by global styling #1099

Closed cmeessen closed 6 months ago

cmeessen commented 8 months ago

The text color of MuiButtons is affected by styles in global.css where tailwind properties override settings of Mui:

/* frontend/styles/global.css */
@layer base {
  ...
  a {
    @apply no-underline transition duration-100 cursor-pointer hover:text-accent;
  ...
  }