Tasks - Query Background Color CSS? #2774
-
Hi there, I am trying to style the task query block (specifically change the background of the block) of a task but can't seem to find the right CSS to do that. Can anyone please point me where to look? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
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: |
Beta Was this translation helpful? Give feedback.
-
I'm moving this to Q&A. |
Beta Was this translation helpful? Give feedback.
-
Thank you Clare! Apologize for the wrong location; I thought I had posted it to Q&A, my fault.
Eric Peterson
|
Beta Was this translation helpful? Give feedback.
Here is the CSS snippet I use on Tasks query blocks, including changing the background colour.
This is what it looks like, in Light mode: