Commit 6fa20d6e authored by Jason Fox's avatar Jason Fox
Browse files

Update dark mode.

parent 12a4d096
Loading
Loading
Loading
Loading
+9 −13
Original line number Diff line number Diff line
@@ -1242,12 +1242,8 @@ table.no-table-stripes tbody tr {
    color: white;
    background: #3e484f;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {

  h1, h2, h3, h4, h5, h6 {
    color: rgb(191, 227, 255);
  }

@@ -1255,8 +1251,7 @@ table.no-table-stripes tbody tr {
    border-bottom-color: white;
  }

  td:has(.TAN),
  .NO {
  td:has(.TAN), .NO {
    background-color: #416b88;
  }

@@ -1271,20 +1266,22 @@ table.no-table-stripes tbody tr {
  a:hover {
    color: rgb(100, 155, 198);
  }
  .HTML-Keyboard,
  b, strong,
  #TOC a {

  .HTML-Keyboard, b, strong,
  .HTML-Variable strong, #TOC a {
    color: white;
  }

  .HTML-Code {
    color: #62eaea;
  }

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

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