<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.my-navbar {
  background: rebeccapurple;
  val: output;
}
.another-navbar {
  background: rebeccapurple !important;
  border: 1px solid lightblue !important;
}
.another {
  background: black;
  border: 1px solid grey;
}
</pre></body></html>