From a8cc62dc052d8eace153edfbfb17ad35d165a37a Mon Sep 17 00:00:00 2001 From: Alexander Weidinger Date: Mon, 11 Jun 2018 00:06:52 +0200 Subject: [PATCH] Add @-moz-document preamble and fix hover effect --- crunchyroll-dark.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/crunchyroll-dark.less b/crunchyroll-dark.less index 078a543..1422d28 100644 --- a/crunchyroll-dark.less +++ b/crunchyroll-dark.less @@ -1,7 +1,14 @@ @import "nord/src/lesscss/nord.less"; +@-moz-document domain('www.crunchyroll.com') { + @orange: #f78c25; +/* other popular shows hover */ +.landscape-grid .wrapper:hover { + background: @nord3; +} + /* buttons */ #source_home .queue-to-top { background: data-uri('img/queue_arrow_without-background.png') -3px 0 no-repeat; @@ -102,3 +109,4 @@ body.main-page { .welcome-block h1, .welcome-title-list h1 { border-bottom: 1px solid @nord1; } +}