Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Confluence 4.0: change page comparison highlight color?

Robert Lauriston
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 24, 2011

Is there some way to change the highlight color when comparing page versions? I find the default pale green for added text kind of hard to see.

1 answer

1 accepted

1 vote
Answer accepted
David at David Simpson Apps
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
October 25, 2011

Browse to: Confluence Admin | Look and Feel | Stylesheet and add

#com-atlassian-confluence .diff-html-added {
    background-color: limegreen;
    border-color: limegreen;
  }  
  #com-atlassian-confluence .diff-html-removed {
    background-color: hotpink;
    border-color: hotpink;  
  }
  #com-atlassian-confluence .diff-html-changed {
    background-color: aqua;
    border-color: aqua;  
  }

If that doesn't work, try: Space Admin | Look and Feel | Stylesheet

David at David Simpson Apps
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
October 25, 2011

This will liven up all the diff changes. Remove the ones you don't need.

Joe Clark
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 25, 2011

We have an open improvement task internally to improve the colour scheme of the diff view (but until we get around to it, David's hack looks good :) )

Chris Wallingford June 9, 2016

Can this be done in Cloud as well? I don't have a Stylesheet option... only Colour Scheme.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events