MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary Tag: Reverted |
||
Line 1,479:
position: relative; /* Stabilizes the container */
}
}
/* ================= */
/* MERMAID OVERRIDE */
/* ================= */
/* 1. Force the font size to be smaller (approx 0.85em) */
.mermaid {
font-size: 13px !important;
}
/* 2. Force the background of the "100%" labels to be white */
.mermaid .edgeLabel rect {
fill: #ffffff !important;
}
/* 3. (Optional) Force the lines to be dark gray/black */
.mermaid .edgePaths path {
stroke: #202122 !important;
}
| |||