Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions github-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1611,6 +1611,19 @@
pre, .markdown-format pre, .markdown-body pre, .markdown-format .highlight pre, .markdown-body .highlight pre,
body.blog pre, #facebox pre, .blob-code-context, .blob-num-context, .blob-expanded, .terminal, .copyable-terminal,

/* == Scrollbar == */
body::-webkit-scrollbar {
width:1em;
}
body::-webkit-scrollbar-track {
background-color: #222;
}
body::-webkit-scrollbar-thumb {
background-color: #333;
border: 1px solid #444;
border-radius: 3px;
}

/*[[syntax-theme]]*/
/* grunt build - remove to end of file */

Expand Down