Skip to content

Instantly share code, notes, and snippets.

@amattn
Last active January 28, 2021 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amattn/40bf2391dba1f195cf73ff7ee0adb9fe to your computer and use it in GitHub Desktop.
Save amattn/40bf2391dba1f195cf73ff7ee0adb9fe to your computer and use it in GitHub Desktop.
@import "tailwindcss/base";
@import "tailwindcss/components";
@import "tailwindcss/utilities";
/* Works on Firefox */
pre {
scrollbar-color: #6B7280 #1f2937;
}
/* Works on Chrome, Edge, and Safari */
pre::-webkit-scrollbar {
width: 12px;
}
pre::-webkit-scrollbar-track {
background: #1f2937;
}
pre::-webkit-scrollbar-thumb {
background-color: #6B7280;
border-radius: 20px;
border: 3px solid #1f2937;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment