Skip to content
Snippets Groups Projects
Unverified Commit 3deafade authored by Gustavo Saiani's avatar Gustavo Saiani Committed by GitHub
Browse files

Update style for code in dashboard dark mode (#20172)

parent d823f10a
No related branches found
No related tags found
No related merge requests found
......@@ -333,6 +333,10 @@
background-color: color-mod(var(--color-bg-white) alpha(-86%));
}
.Dashboard--night .text-card-markdown code {
background-color: color-mod(var(--color-bg-white) alpha(-86%));
}
.Dashboard--night text.value-label-outline {
stroke: var(--night-mode-card);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment