BBVA - Dark mode

By default these pages have too much white.

目前為 2022-10-23 提交的版本,檢視 最新版本

/* ==UserStyle==
@name           BBVA - Dark mode
@name:es        BBVA - Modo oscuro
@description    By default these pages have too much white.
@description:es La versión original hace daño a los ojos.
@namespace      https://greasyfork.org/en/users/4813
@author         Swyter
@version        2022.10.23
@license        CC-BY-SA 4.0
@preprocessor   stylus
==/UserStyle== */

@-moz-document domain("web.bbva.es")
{
    html               { filter: invert(0.93) hue-rotate(180deg); }
    header.ph_cabecera { filter: invert(1.00) hue-rotate(180deg); }
}