How do I make a table's borders darker?

Paul McClements January 18, 2018

 I create a table but the table borders are so faint that I can barely see them. 

1 answer

1 vote
Thomas Schlegel
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 18, 2018

Hi Paul,

you can change the CSS of your space, so that the table borders are darker:

Go to the page http://<your confluence url>/spaces/viewstylesheet.action?key=<space-key>

and add the following to the Space Stylesheet:

#com-atlassian-confluence th,   

#com-atlassian-confluence td,  

#com-atlassian-confluence .confluenceTh,   

#com-atlassian-confluence .confluenceTd {  

border-color: #BDBDBD;  

}  

  

  

Stuart Currie December 7, 2018

This text also works with CSSMacro to only change page

555555 makes black borders....

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events