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

More dark mode.

parent 461e3eae
Loading
Loading
Loading
Loading
+22 −3
Original line number Diff line number Diff line
@@ -1251,6 +1251,10 @@ table.no-table-stripes tbody tr {
    color: rgb(191, 227, 255);
  }

  h1, h2 {
    border-bottom-color: white;
  }

  td:has(.TAN),
  .NO {
    background-color: #416b88;
@@ -1265,7 +1269,8 @@ table.no-table-stripes tbody tr {
    color: rgb(191, 227, 255);
  }
  .HTML-Keyboard,
  b, strong {
  b, strong,
  #TOC a {
    color: white;
  }

@@ -1274,7 +1279,7 @@ table.no-table-stripes tbody tr {
  }
  pre {
    background-color: #f9f9f9;
    border-color: #1a1a1a;
    border-color: #252b2f;
    color: #3e484f;
  }
  .HTML-Error {
@@ -1285,8 +1290,22 @@ table.no-table-stripes tbody tr {
    background-color: rgb(102, 101, 101) !important;
  }

  #TOC,
  #TOC ul,
  table.no-table-stripes tbody tr {
    background-color: #3e484f;
    background: #3e484f;
  }

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

  .inform, .norm {
    border-color: white;
  }

  flex-item:has(#TOC):after {
    background-color: #252b2f;
  }

}