nextra
nextra copied to clipboard
Global stylesheet breaks Amplify
nextra seems to have a global stylesheet that breaks other stylesheets, e.g. when using with Aws amplify authenticator component: this css in nextra, specifically the background-color, breaks the Amplify authenticator sign in UI's:
button,[type=button],[type=reset],[type=submit] {
-webkit-appearance: button;
background-color: transparent;
background-image: none
}
shouldn't the nextra global styles be scoped, or is there a way to customize?
same issue +1
please share reproduction, and it will be fixed in v3
@B2o5T when will v3 release?
same issue