From d979920cdac6d97abf7875df49735a4c0c0f75a3 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Wed, 7 Dec 2022 10:23:09 +0330 Subject: update --- stylus/cowmail_dockerized_docs.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 stylus/cowmail_dockerized_docs.css (limited to 'stylus') 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; + } +} -- cgit v1.2.3