diff options
author | terminaldweller <thabogre@gmail.com> | 2022-12-07 06:53:09 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-12-07 06:53:09 +0000 |
commit | d979920cdac6d97abf7875df49735a4c0c0f75a3 (patch) | |
tree | 9abdb0033f84be01eadeff58d74f0d8490912ef8 /stylus | |
parent | update (diff) | |
download | scripts-d979920cdac6d97abf7875df49735a4c0c0f75a3.tar.gz scripts-d979920cdac6d97abf7875df49735a4c0c0f75a3.zip |
update
Diffstat (limited to '')
-rw-r--r-- | stylus/cowmail_dockerized_docs.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/stylus/cowmail_dockerized_docs.css b/stylus/cowmail_dockerized_docs.css new file mode 100644 index 0000000..4212d8a --- /dev/null +++ b/stylus/cowmail_dockerized_docs.css @@ -0,0 +1,18 @@ +@-moz-document domain("docs.mailcow.email") { + img { + filter: sepia(1) brightness(0.5) contrast(1) saturate(0.6); + } + + img:hover { + filter: none; + } + + .md-main__inner { + max-width: 90%; + width: 90%; + } + + body { + font-size: 20px; + } +} |