Skip to content

Commit

Permalink
Update text colour for projects and play.
Browse files Browse the repository at this point in the history
  • Loading branch information
saulpw committed Jul 29, 2017
1 parent 3fbed8e commit 181b6b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions picography.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ polygon.friend3,
polygon.work3,
polygon.project3 { stroke-width: 2px; stroke: black; }

polygon.project2 text { fill: floralwhite; }
polygon.project3 text { fill: floralwhite; }
polygon.play2 text { fill: floralwhite; }
polygon.play3 text { fill: floralwhite; }

/* friends: oranges */
polygon.friend1 { fill: #e38a48; }
polygon.friend2 { fill: #d46a1c; }
Expand Down

0 comments on commit 181b6b4

Please sign in to comment.