Commit 4b9f381c authored by Henk Verlinde's avatar Henk Verlinde
Browse files

ux: update doks highlight.js style

parent 0cb03c34
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -71,14 +71,21 @@ body.dark .toggle-dark {
  }
}

.copy-status::after,
.copy-status::after {
  content: "Copy";
  display: block;
  color: $gray-300;
}

.copy-status:hover::after {
  content: "Copy";
  display: block;
  color: $blue-300;
}

.copy-status:focus::after,
.copy-status:active::after {
  content: "Copied";
  display: block;
  color: $blue-300;
}
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ editPage = false

[options]
  lazySizes = true
  clipBoard = false
  clipBoard = true
  instantPage = true
  flexSearch = true
  darkMode = true