Commit 69fa5d53 authored by Jason Fox's avatar Jason Fox
Browse files

Fix branding band in Dark mode.

parent 153cec9f
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -1295,6 +1295,15 @@ table.no-table-stripes tbody tr {
    background: #3e484f !important;
  }
  
  #TOC ul:first-child {
   background-color: #02488d !important;
  }
  
  #TOC ul:first-child li::marker { 
    color: #02488d; 
  }


  #TOC li.active > a {
    background: rgba(38, 38, 38, 0.65);
  }