refactor: use one editorial presentation canvas
This commit is contained in:
@@ -193,7 +193,7 @@
|
||||
/* Semantic kind colors */
|
||||
.figure-node[data-figure-node-kind="actor"],
|
||||
.figure-node[data-figure-node-kind="operation"] {
|
||||
border-color: var(--color-intent, oklch(0.53 0.17 250));
|
||||
border-color: var(--color-editorial-ink, oklch(0.19 0.015 65));
|
||||
}
|
||||
|
||||
.figure-node[data-figure-node-kind="runtime"] {
|
||||
@@ -245,14 +245,6 @@
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.presentation-canvas[data-stage-theme="night"] .figure-breadcrumbs {
|
||||
color: var(--text-secondary, oklch(0.78 0.035 250));
|
||||
}
|
||||
|
||||
.presentation-canvas[data-stage-theme="night"] .figure-breadcrumbs__crumb[aria-current="page"] {
|
||||
color: var(--text-primary, oklch(0.96 0.01 250));
|
||||
}
|
||||
|
||||
.figure-breadcrumbs__crumb + .figure-breadcrumbs__crumb::before {
|
||||
content: "\203A";
|
||||
margin-right: 4px;
|
||||
|
||||
Reference in New Issue
Block a user