Skip to content

Commit e5f900d

Browse files
fix css colors
1 parent 7d7a33f commit e5f900d

File tree

4 files changed

+147
-126
lines changed

4 files changed

+147
-126
lines changed

static/css/prism.css

Lines changed: 26 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/css/prism_orig.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ pre[data-line] {
9494
margin-top: 1em;
9595
/* Same as .prism’s padding-top */
9696

97-
background: rgb(0, 0, 255, 50%);
97+
background: #706000;
9898

9999
pointer-events: none;
100100

@@ -122,7 +122,7 @@ pre[id].linkable-line-numbers span.line-numbers-rows>span:before {
122122
}
123123

124124
pre[id].linkable-line-numbers span.line-numbers-rows>span:hover:before {
125-
background-color: rgb(90, 150, 255, 70%);
125+
background-color: #706000;
126126
}
127127

128128
pre[class*="language-"].line-numbers {

0 commit comments

Comments
 (0)