This commit is contained in:
6d486f49
2026-06-12 14:55:34 -04:00
parent 96e72df0da
commit 61bfb188f6
3 changed files with 162 additions and 35 deletions
+19
View File
@@ -801,3 +801,22 @@ table.frontmatter td.fm-key {
.bg-success {
background-color: #4caf50 !important;
}
/* Simulation Chart */
.sim-chart {
background: var(--bg-sidebar);
border: 1px solid var(--border-color);
border-radius: 12px;
padding: 1rem 1.25rem;
}
.sim-chart-svg {
width: 100%;
height: auto;
display: block;
}
.sim-chart-legend {
font-size: 0.85rem;
color: var(--text-muted);
}