github.com/mweagle/Sparta@v1.15.0/docs/css/mermaid-overrides.css (about)

     1  .mermaid .label {
     2    color: #CCCCCC;
     3    font-weight: bold;
     4    margin: 5px;
     5  }
     6  .node rect,
     7  .node circle,
     8  .node ellipse,
     9  .node polygon {
    10    fill: #991B1E;
    11    stroke: #CCCCFF;
    12    stroke-width: 1px;
    13  }
    14  
    15  .edgeLabel {
    16    color: #991B1E;
    17    background-color: #CCCCCC;
    18  }