Topic on Project:Support desk

How can I make the bullets and brackets white?

3
Summary by Kghbln

Use the following CSS:

ul {
  list-style-image: unset;
}
h1, h2, h3, h4, h5, h6 {
  color: unset;
}
Timeshifter (talkcontribs)
Timeshifter (talkcontribs)
Kghbln (talkcontribs)

Thanks for sharing the answer here!