Thread: UI Update
View Single Post
Old 29 Jan 2022, 11:45 PM   #93
Gsptlsnz
Senior Member
 
Join Date: Sep 2011
Location: 5th Dimension
Posts: 180
Quote:
Originally Posted by trikotret View Post
I tried both codes with no other codes but no luck. Very weird since it works for you.
Lemme know if this code works for you...

Code:
/* Affects the page where you read the e-mail */
.v-Message-body, .u-article, .v-MessageCard, .app-contentCard {
background-color:#FFE7BB !important;
padding:5px !important;
min-width:100% !important;
font-family:tahoma !important;
font-size:18pt !important;
margin-bottom:15px !important;
margin-top:15px !important;
}
Or this...

Code:
/* Affects the page where you read the e-mail */
.v-Message-body, .u-article, .v-MessageCard, .app-contentCard {
background-color:#FFE7BB !important;
padding:5px !important;
min-width:1100px !important;
font-family:tahoma !important;
font-size:18pt !important;
margin-bottom:15px !important;
margin-top:15px !important;
}
Gsptlsnz is offline   Reply With Quote