Skip to content

Commit c81d60a

Browse files
doc: RR chart colors cater for Dark Mode
Addresses issue #1784 item 3
1 parent a590036 commit c81d60a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/site/sphinx/_static/svg.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ div .ebnf
77
}
88

99
@namespace "http://www.w3.org/2000/svg";
10-
.line {fill: none; stroke: #001133; stroke-width: 1;}
10+
.line {fill: none; stroke: #0063db; stroke-width: 1;}
1111
.bold-line {stroke: #000714; shape-rendering: crispEdges; stroke-width: 2;}
1212
.thin-line {stroke: #000A1F; shape-rendering: crispEdges;}
13-
.filled {fill: #001133; stroke: none;}
13+
.filled {fill: #0063db; stroke: none;}
1414
text.terminal {font-family: Roboto, Sans-serif;
1515
font-size: 10px;
1616
fill: #000714;
@@ -26,9 +26,9 @@ div .ebnf
2626
fill: #000A1F;
2727
font-weight: normal;
2828
}
29-
rect, circle, polygon {fill: #001133; stroke: #001133;}
30-
rect.terminal {fill: #4D88FF; stroke: #001133; stroke-width: 1;}
31-
rect.nonterminal {fill: #9EBFFF; stroke: #001133; stroke-width: 1;}
29+
rect, circle, polygon {fill: #0063db; stroke: #0063db;}
30+
rect.terminal {fill: #4D88FF; stroke: #0063db; stroke-width: 1;}
31+
rect.nonterminal {fill: #9EBFFF; stroke: #0063db; stroke-width: 1;}
3232
rect.text {fill: none; stroke: none;}
33-
polygon.regexp {fill: #C7DAFF; stroke: #001133; stroke-width: 1;}
33+
polygon.regexp {fill: #C7DAFF; stroke: #0063db; stroke-width: 1;}
3434

0 commit comments

Comments
 (0)