Unverified Commit 4f1aee2c authored by Marco Blessing's avatar Marco Blessing Committed by GitHub
Browse files

increase scrollbar contrast

parent 3f8a4dbc
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -49,14 +49,15 @@ pre code::-webkit-scrollbar {
}

pre code::-webkit-scrollbar-thumb {
  background: $gray-200;
  background: $gray-400;
}

pre code:hover {
  scrollbar-width: thin;
  scrollbar-color: $gray-200 transparent;
  scrollbar-color: $gray-500 transparent;
}

pre code::-webkit-scrollbar-thumb:hover {
  background: $gray-200;
  background: $gray-500;
}