(firefox): Add custom style for NZZ.
This commit is contained in:
parent
f492d4469f
commit
ff3537b7c3
4
.chezmoitemplates/chrome/userContent.css
Normal file
4
.chezmoitemplates/chrome/userContent.css
Normal 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;} }
|
||||
|
||||
@ -0,0 +1 @@
|
||||
{{ template "chrome/userContent.css" . }}
|
||||
Loading…
Reference in New Issue
Block a user