<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Make highlighted element transparent so that tab title can be read when navbar is fixed */

#driver-highlighted-element-stage, #driver-page-overlay {
  background: transparent !important;
  outline: 5000px solid rgba(0, 0, 0, .75)
}</pre></body></html>