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.94) hue-rotate(180deg);
    }
    
    #ph_cabecera,
    div[data-addon="bbva-announcement"],
    div[data-autoload="experiencias"],
    #app_footer_fyc_normal
    {
        filter: invert(1.00) hue-rotate(180deg);
    }
}