Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2020-10-28 15:44:28 +0300
committerRichard Steinmetz <richard@steinmetz.cloud>2020-11-06 15:22:02 +0300
commit237ce80d4a8bd3b338913b28d75ad9c30c2a8571 (patch)
tree61a1be07c7feda059da342f69fc1c66f2b83133b /css
parent6828335e4a3f8c533c25f03d2e067a20c7cb5be2 (diff)
Responsive mail iframe
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Diffstat (limited to 'css')
-rw-r--r--css/html-response.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/css/html-response.css b/css/html-response.css
new file mode 100644
index 000000000..2b5c86d04
--- /dev/null
+++ b/css/html-response.css
@@ -0,0 +1,7 @@
+* {
+ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Cantarell, Ubuntu, 'Helvetica Neue', Arial, 'Noto Color Emoji', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
+}
+
+body {
+ color: var(--color-main-text);
+}