Skip to content
Discussion options

You must be logged in to vote

You can set the following transparent.

tx-container {
    background: transparent;
}

And then set the container behind it with a gradient:

.md-container {
    background: linear-gradient(to bottom, var(--md-primary-fg-color), hsla(0deg,47%,55%,1) 99%,#fff 99%);
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@meroxdotdev
Comment options

Answer selected by meroxdotdev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants