Skip to content

Commit

Permalink
missing coloured stroke rules (preprint-web)
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Aug 22, 2017
1 parent ab98e61 commit 4fe4d8a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/preprint-web/css/document-transcript.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,22 +100,27 @@ svg.diplomatic .text.hand-xx {

svg.diplomatic .material-bl {
fill: #808080;
stroke: #808080;
}

svg.diplomatic .material-t {
fill: black;
stroke: black;
}

svg.diplomatic .material-ro {
fill: #A02020;
stroke: #A02020;
}

svg.diplomatic .material-tr {
fill: #A02020;
stroke: #A02020;
}

svg.diplomatic .material-blau {
fill: #5050C0;
stroke: #5050C0;
}

/* script */
Expand Down

0 comments on commit 4fe4d8a

Please sign in to comment.