Commit b2c5f4c0 authored by Jason Fox's avatar Jason Fox
Browse files

Darken Dark mode code element

parent 0ec2ef6a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1320,5 +1320,8 @@ table.no-table-stripes tbody tr {
  flex-item:has(#TOC):after {
    background-color: #252b2f;
  }
  code {
      background: rgba(38, 38, 38, 0.3);
  }

}