Skip to content
Snippets Groups Projects
Unverified Commit 9782e81f authored by GitStart's avatar GitStart Committed by GitHub
Browse files

add stroke in text label (#23788)

parent dd3d9498
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,7 @@
.Dashboard.Dashboard--night .DashCard .Card svg text {
fill: color-mod(var(--color-text-white) alpha(-14%)) !important;
stroke: none !important;
}
.Dashboard.Dashboard--night .DashCard .Card {
......
......@@ -27,6 +27,7 @@
.Theme--night.EmbedFrame svg text {
fill: color-mod(var(--color-text-white) alpha(-14%)) !important;
stroke: none !important;
}
.Theme--night.EmbedFrame .DashCard .Card {
......
......@@ -237,11 +237,17 @@ text.value-label {
font-size: 12px;
font-weight: 800;
letter-spacing: 0.5px;
stroke: var(--color-text-white);
stroke-width: 3px;
paint-order: stroke;
}
text.value-label-white {
fill: var(--color-text-white);
font-weight: 800;
stroke: var(--color-text-dark);
stroke-width: 3px;
paint-order: stroke;
}
/* timeline events */
......
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