From 181b6b472e611af6d923d2bed2a418227c5010b0 Mon Sep 17 00:00:00 2001 From: Saul Pwanson Date: Sat, 29 Jul 2017 00:49:43 +0000 Subject: [PATCH] Update text colour for projects and play. --- picography.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/picography.css b/picography.css index 73290da..6b28bb7 100644 --- a/picography.css +++ b/picography.css @@ -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; }