Skip to content

Tasks - Query Background Color CSS? #2774

Answered by claremacrae
ericlpeterson asked this question in Q&A
Discussion options

You must be logged in to vote

Here is the CSS snippet I use on Tasks query blocks, including changing the background colour.

:not(.callout-content) > .block-language-tasks {
    background-color: #fcfcfc;
    padding: 5px 5px;
    border: 2px solid rgba(0, 184, 212, 0.43);
    border-radius: 5px;
    margin: 1em 0;
}

This is what it looks like, in Light mode:

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by claremacrae
Comment options

You must be logged in to vote
0 replies
Comment options

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

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