(firefox): Add custom style for NZZ.

This commit is contained in:
Heavy 2024-10-03 19:24:36 +02:00
parent f492d4469f
commit ff3537b7c3
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,4 @@
/* NZZ Seiten werden nur in grau dargestellt, dank eines opacity Filters */
@-moz-document domain(nzz.ch) {.nzzinteraction { opacity: 1 !important;} }

View File

@ -0,0 +1 @@
{{ template "chrome/userContent.css" . }}