diff --git a/app/assets/css/launcher.css b/app/assets/css/launcher.css index 49d752e0..e5664ceb 100644 --- a/app/assets/css/launcher.css +++ b/app/assets/css/launcher.css @@ -3173,6 +3173,14 @@ input:checked + .toggleSwitchSlider:before { fill: #657ac4; } +#twitchSVG:hover, +#twitchURL:focus #twitchSVG { + fill: rgb(119, 0, 255); +} +#twitchSVG:active { + fill: rgb(119, 0, 255); +} + /******************************************************************************* * * * Landing View (Bottom Styles) * diff --git a/app/landing.ejs b/app/landing.ejs index bdca99b3..2bcf4dec 100644 --- a/app/landing.ejs +++ b/app/landing.ejs @@ -29,7 +29,7 @@