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; }