From efe21b91213ed87aa45e25679f1906a015d9cd51 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Thu, 30 May 2019 13:37:17 -0400 Subject: [PATCH] fix: logo should have a consistent look and feel --- src/components/OHIFLogo/OHIFLogo.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/OHIFLogo/OHIFLogo.css b/src/components/OHIFLogo/OHIFLogo.css index 0b4feddc1..4fc3886a8 100644 --- a/src/components/OHIFLogo/OHIFLogo.css +++ b/src/components/OHIFLogo/OHIFLogo.css @@ -10,7 +10,9 @@ font-family: var(--logo-font-family); } -.header-brand:hover { +.header-brand:hover, +.header-brand:active, +.header-band:visited { color: var(--text-primary-color); text-decoration: none; }