From 776640a02265ead4dcf63c45bd5ff186196ac020 Mon Sep 17 00:00:00 2001 From: SoraxDubbing <52173496+Sorax5@users.noreply.github.com> Date: Thu, 24 Feb 2022 00:12:36 +0100 Subject: [PATCH] Ajout button Twitch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit et aussi réparation des conneries de Luki --- app/assets/css/launcher.css | 8 ++++++++ app/landing.ejs | 10 +++++++++- package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) 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 @@