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

Amend CSS to centre front-page image and ensure document type title is visible in dark mode

parent ca1456b2
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -221,6 +221,11 @@ flex-item:has(#TOC):after {
  background-color: white;
}

#editor:has(.ZT) img {
  padding: 0 90px; 
  width: 100%;
}

#editor:has(.ZT) .FL {
  border: none;
}
@@ -1532,6 +1537,10 @@ table.no-table-stripes tbody tr {
    color: #012142;
  }

  #editor:has(.ZB) strong {
    color: rgb(62, 72, 79);
  }

  flex-item:has(.ZT) {
    background-color: white;
  }