Skip to content

Instantly share code, notes, and snippets.

@s5bug
Created December 5, 2018 06:25
Show Gist options
  • Save s5bug/c0dbff9c4aefb0827b1526de738b71f6 to your computer and use it in GitHub Desktop.
Save s5bug/c0dbff9c4aefb0827b1526de738b71f6 to your computer and use it in GitHub Desktop.
@import "https://highlightjs.org/static/demo/styles/nord.css";
.lines-num {
background: #3b4252 !important;
}
.lines-code .linenums {
background: #2e3440 !important;
}
.lines-code .linenums li.active {
background: #434c5e !important;
}
.repository .diff-file-box .code-diff-unified tbody tr.del-code td {
background: #66292f !important;
}
.repository .diff-file-box .code-diff-unified tbody tr.add-code td {
background: #50693b !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment