Skip to main content

#Dark Mode0 utenti parlano di questo argomento

To force Chrome to enable dark mode for all web content, you can use the "Force Dark Mode for Web Contents" option in the Chrome Experiments page. This option is experimental and may change or be removed at any time. 

 

To enable "Force Dark Mode for Web Contents": 

 

  1. Open Google Chrome
  2. Type "chrome://flags" in the address bar and press Enter
  3. Search for "dark mode" in the search box
  4. Click the box to the right of "Auto Dark Mode for Web Contents"
  5. Select "Enabled"
  6. Relaunch the browser

#Dark Mode

1 commento
0/9000

Hello fellow dark mode enthusiasts 🙌 Good news: 📢 With SLDS 2 (Beta), #Salesforce is now actively working on bringing #DarkMode to light 🚀

 

Please see my LI post for more details: 

https://www.linkedin.com/feed/update/urn:li:activity:7303382231392108544/

0/9000
1 commento
0/9000

Hello, does anyone know if it's possible to have a logo swap between a transparent PNG that has dark text to a knockout version based on the end users email client? I found a blog post that explains how it works here, https://www.litmus.com/blog/the-ultimate-guide-to-dark-mode-for-email-marketers/, but can't seem to figure out how to add any of the CSS code into Pardot. I'm using the new lightning email content builder so I'm not sure if that's the problem or not. Any advice would be wonderful!

 

#Pardot B2b Marketing Automation

1 risposta
0/9000

For those that enjoyed the Lightning Extension Dark Mode it is possible to get it working again. I downloaded an old version of the extension from this URL: https://www.crx4chrome.com/crx/181736 (Version 2.0.7 seems to be the latest version with this feature working.) I then installed it in Chrome using the unpacked extensions feature. You will have to enable developer mode in Chrome first to load unpacked extensions. However, it seems to be working great!

1 commento
0/9000

I don't know what happened, but #Dark Mode is suddenly working on Trailhead as well :-))

(When I checked a few days ago, as far as I remember this wasn't the case.)

0/9000

#DarkMode works in the #TrailblazerCommunity using Dark Mode for Salesforce plugin! :-))

Also in the Dev Console and on AppExchange

0/9000

Posted on LinkedIn about this group

https://www.linkedin.com/feed/update/urn:li:activity:6747254425934409728/

 

As a part-time dev, I use #DarkMode in IntelliJ IDEA and have recently wondered about dark mode in #Salesforce. In Lightning Extension it does not currently work, but there are alternatives: a Chrome extension, an app, and a Chrome flag.

 

To share my enthusiasm, I created a #TrailblazerCommunity group named "Dark Mode in Salesforce": https://lnkd.in/dXikNZZ

 

You can find all the options there. I'll also write a blog post on the topic, respectively check the existing blog coverage.

0/9000

#MCAskAnExpert

Hi All;

 

I need some inputs on an issue i am facing with emails on outlook app in IOS in dark mode:

 

All the links appear in blue in dark mode in IOS. I tried below and it works when I test it on browsers with dark mode enabled however in outlook app in IOS in dark mode the issue is still there.

 

I have referred to below for sugestions and tried it:

https://www.litmus.com/blog/the-ultimate-guide-to-dark-mode-for-email-marketers/

 

Below is the code snippet for reference:

@media (prefers-color-scheme: dark) {

 a.footerLink { 

  color: #6666 !important; 

 }

}

 

    <!--[if mso]>

<style type="text/css">

   

a.footerLink { 

  color: #6666 !important; 

 }

      [data-ogsc] a.footerLink { 

  color: #6666 !important; 

 }

       [office365] a.footerLink { 

  color: #6666 !important; 

 }

      [data-ogsb] a.footerLink { 

  color: #6666 !important; 

 }

 

Has anyone faced this issue? Any inputs would be highly appreciated.

 

thanks

Vabs

1 commento
0/9000