Skip to content

Commit 3dd8e57

Browse files
committed
fix(code): use neutral colors for branch names
1 parent e423160 commit 3dd8e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: github.user.styl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2153,7 +2153,7 @@ for c, i in colors[2..length(colors)] {
21532153
}
21542154

21552155
/// Inline code blocks.
2156-
.commit-ref { c: v09 0 bg2 }
2156+
.commit-ref, .branch-name { c: v09 0 bg2 }
21572157

21582158
/// CodeMirror editor.
21592159
.CodeMirror {

0 commit comments

Comments
 (0)