Skip to content

Commit

Permalink
generate usercss
Browse files Browse the repository at this point in the history
  • Loading branch information
the-j0k3r committed Feb 15, 2020
1 parent 23abb5e commit e2b303b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions github-dark.user.css
Expand Up @@ -160,36 +160,57 @@
pre, .highlight, .diff-table, .tab-size {
tab-size: 2 !important;
-moz-tab-size: 2 !important;
}
.cm-tab {
width: 2ch !important;
} EOT;
3 "3" <<<EOT
pre, .highlight, .diff-table, .tab-size {
tab-size: 3 !important;
-moz-tab-size: 3 !important;
}
.cm-tab {
width: 3ch !important;
} EOT;
4 "4" <<<EOT
pre, .highlight, .diff-table, .tab-size {
tab-size: 4 !important;
-moz-tab-size: 4 !important;
}
.cm-tab {
width: 4ch !important;
} EOT;
5 "5" <<<EOT
pre, .highlight, .diff-table, .tab-size {
tab-size: 5 !important;
-moz-tab-size: 5 !important;
}
.cm-tab {
width: 5ch !important;
} EOT;
6 "6" <<<EOT
pre, .highlight, .diff-table, .tab-size {
tab-size: 6 !important;
-moz-tab-size: 6 !important;
}
.cm-tab {
width: 6ch !important;
} EOT;
7 "7" <<<EOT
pre, .highlight, .diff-table, .tab-size {
tab-size: 7 !important;
-moz-tab-size: 7 !important;
}
.cm-tab {
width: 7ch !important;
} EOT;
8 "8" <<<EOT
pre, .highlight, .diff-table, .tab-size {
tab-size: 8 !important;
-moz-tab-size: 8 !important;
}
.cm-tab {
width: 8ch !important;
} EOT;
}
@advanced text font-choice "Code Font" "Menlo"
Expand Down Expand Up @@ -10036,6 +10057,9 @@
.blob-code, .blob-code-inner {
color: var(--ghd-code-color, #ccc) !important;
}
.cm-tab {
overflow: hidden !important;
}
}
@-moz-document regexp("^https://www\.zuora\.com.*github\.com.*$") {
/* Styles the payment form iframe */
Expand Down

0 comments on commit e2b303b

Please sign in to comment.