From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:41496) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iQRE3-00064V-Lk for guix-patches@gnu.org; Fri, 01 Nov 2019 03:20:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iQRE2-0000ui-Mg for guix-patches@gnu.org; Fri, 01 Nov 2019 03:20:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46143) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iQRE2-0000uG-At for guix-patches@gnu.org; Fri, 01 Nov 2019 03:20:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iQRE2-0003q0-5D for guix-patches@gnu.org; Fri, 01 Nov 2019 03:20:02 -0400 Subject: bug#38008: [PATCH] website: home: Fix contrast issue in video boxes. Resent-To: guix-patches@gnu.org Resent-Message-ID: Date: Fri, 1 Nov 2019 08:19:08 +0100 From: "pelzflorian (Florian Pelz)" Message-ID: <20191101071908.wrbp42bxbye3ddfp@pelzflorian.localdomain> References: <20191031191150.4587-1-sirgazil@zoho.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20191031191150.4587-1-sirgazil@zoho.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: sirgazil Cc: 38008-done@debbugs.gnu.org On Thu, Oct 31, 2019 at 02:11:50PM -0500, sirgazil via Guix-patches via wrote: > This commit changes the white text on yellow background when hovering > over the featured video boxes to conform to WCAG 2.0 Level AA > guidelines. Instead, only the title of the video is changed to yellow > on hover. > > * website/static/media/css/video-preview.css: New style sheet. > * website/static/base/css/elements.css (video): New rule set. > * website/static/base/css/index.css: > (.video-preview): Move to the new video preview style sheet. > * website/apps/base/templates/home.scm: > (home-t): Use the new video and video preview styles. > * website/apps/media/templates/components.scm: > (video-preview): Use new video preview style. > (video->shtml): Use the new video style instead of the style defined > for the .video-preview class. Pushed. It is much prettier. Thank you! Perhaps the link-light I added should be deleted now that there is a video-link CSS rule, but I’m not sure. Shall I delete it? Regards, Florian