From cc5bbf0b15ad37b00fa19181f62d98026b1e6192 Mon Sep 17 00:00:00 2001 From: HatScripts Date: Thu, 5 May 2022 21:33:32 +1000 Subject: [PATCH] Make project name link white --- gallery.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gallery.css b/gallery.css index 37dbf83..6c0dd17 100644 --- a/gallery.css +++ b/gallery.css @@ -1,3 +1,6 @@ +.project-name > a { + color: white; +} .container { display: flex; flex-wrap: wrap;