# Uibuilder markweb too dark

**URL:** https://discourse.nodered.org/t/uibuilder-markweb-too-dark/101168
**Category:** General
**Tags:** uibuilder
**Created:** [1 June 2026 13:18 UTC](https://discourse.nodered.org/t/uibuilder-markweb-too-dark/101168 "2026-06-01T13:18:57Z")
**Posts on this page:** 1
**Showing post:** 40

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [12 June 2026 08:17 UTC](https://discourse.nodered.org/t/uibuilder-markweb-too-dark/101168/40 "2026-06-12T08:17:07Z")

</div>

I have deleted the node\_modules folder and the uibuilder folder and run `npm install`. The flow has only the markweb node showing the demo (and a second one that is disabled). Then restarted node-red. The start of the demo looks just as you have shown it, it is just links that are too dark.

 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/4/d/4d8b63ee868b00739f28a2e84543ffa42cbd3dc7.png)

When I inspect the html I do see `class="dark"` at the top. The link itself shows

```auto
a: -webkit-any-link {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
}

```

This is in Edge and Brave. Does that mean that this is the default colour that the browser is using for links for the dark class?

---

_[View the full topic](https://discourse.nodered.org/t/uibuilder-markweb-too-dark/101168)._
