Skip to content
Snippets Groups Projects
Commit cce5f759 authored by GretaD's avatar GretaD
Browse files

Fix the dark theme text color


Signed-off-by: default avatarGretaD <gretadoci@gmail.com>
parent 20620ea8
No related branches found
No related tags found
No related merge requests found
<template>
<div id="mail-content">
<MdnRequest :message="message" />
<div v-if="hasBlockedContent" id="mail-message-has-blocked-content">
<div v-if="hasBlockedContent" id="mail-message-has-blocked-content" style="color: #000000">
{{ t('mail', 'The images have been blocked to protect your privacy.') }}
<button @click="onShowBlockedContent">
{{ t('mail', 'Show images from this sender') }}
......@@ -67,7 +67,7 @@ export default {
// send css vars to client page
this.$refs.iframe.iFrameResizer.sendMessage({
cssVars: {
...getCssVar('--color-main-text'),
...getCssVar('--color-main-background'),
},
})
},
......@@ -127,6 +127,7 @@ export default {
display: flex;
flex-direction: column;
height: 100%;
background-color: #FFFFFF;
}
#mail-message-has-blocked-content {
margin-left: 8px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment