...
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user