BBVA - Dark mode

By default these pages have too much white.

目前为 2022-10-23 提交的版本,查看 最新版本

  1. /* ==UserStyle==
  2. @name BBVA - Dark mode
  3. @name:es BBVA - Modo oscuro
  4. @description By default these pages have too much white.
  5. @description:es La versión original hace daño a los ojos.
  6. @namespace https://greasyfork.org/en/users/4813
  7. @author Swyter
  8. @version 1.1.4
  9. @license CC-BY-SA 4.0
  10. @preprocessor stylus
  11. ==/UserStyle== */
  12.  
  13. @-moz-document domain("bbva.es")
  14. {
  15. html { filter: invert(0.93) hue-rotate(180deg); }
  16. header.ph_cabecera { filter: invert(1.00) hue-rotate(180deg); }
  17. }