Skip to content

Commit

Permalink
Undo mermaid changes in main
Browse files Browse the repository at this point in the history
  • Loading branch information
chgeo committed Mar 6, 2024
1 parent 722cb8a commit a50b374
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions .vitepress/theme/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -324,39 +324,6 @@ html.node .java {
display: none;
}

// mermaid diagrams
:root {
--mermaid-font-family: var(--vp-font-family-base) !important;
}
.mermaid {
text {
font-family: var(--mermaid-font-family) !important;
}
.tick text {
font-size: 14px !important;
}
}
.dark {
.mermaid {
.active0 {
fill: var(--vp-button-brand-hover-bg) !important;
stroke: var(--vp-button-brand-hover-bg) !important;
}
.done0 {
fill: grey !important;
stroke: grey !important;
}
.section.section0 {
fill: var(--vp-c-bg) !important;
}
.taskText.doneText0 { // doesn't work, too low specificity
fill: black !important;
}
.taskText.activeText0 { // doesn't work, too low specificity
fill: black !important;
}
}
}

/* expand width on big screens */
@media screen and (min-width: 1600px) {
Expand Down

0 comments on commit a50b374

Please sign in to comment.