The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Why isn't code showing with red text anymore?

niam
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 5, 2022

The Trello docs show that text entered between backticks `like this` should appear in red text. For me it's showing as black text on a light gray background. This means that these snippets no longer stand out in my cards like they used to.

 

This previous question suggests turning off colorblind mode, but I don't have it on. I turned it on then turned it off again (haha) and there was no change in the code text color. I tried it in Brave and Firefox browsers and it's always black on light gray background.

 

How can I get `code` text to be red again? I use this for action items as well as code so it needs to stand out.

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Sadman Hossain
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 19, 2022

It is possible to convert all code text in Trello for the web app using an extension that enables you to add custom CSS rules.

You can use a CSS class selector to select all elements of the "code" class and change the text color to red (along with other changes such as "font-weight" and "font-size"):

```
code {
     color: ${#ff0000} !important;
}
```

See the last comment on this related Trello forum post for how to write code blocks (not inline code) such that your custom CSS does not affect them.

You can use the Pro for Trello Chrome extension as it has a setting for custom CSS on Trello.

I like to use the dev tools options in the Dark Reader Chrome extension because it enables to set custom CSS rules for any website.

This can be replicated on other browsers using similar extensions. Injecting custom CSS is not possible in the Android or IOS apps.

0 votes
Vishaal S
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 9, 2022

Hi Niam,

Welcome to Trello Community!

We have recently implemented new changes to how the Editor works on Trello cards, and one of these changes was to change the inline code (`text`) from red to grey. This was a permanent style change that has been rolled out, and right now, there's no way to revert it back to how it was. We'll have the image from the document updated!

I'll be here if you have any questions or need anything else. 

TAGS
AUG Leaders

Atlassian Community Events