We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398a113 commit 0c9d15aCopy full SHA for 0c9d15a
1 file changed
assets/css/_src/syntax.scss
@@ -76,17 +76,18 @@ figure.highlight,
76
77
.highlight {
78
overflow: auto;
79
- -moz-box-shadow: inset 0 0 2px #e9ecef;
80
- -webkit-box-shadow: inset 0 0 2px #e9ecef;
81
- box-shadow: inset 0 0 2px #e9ecef;
+ -moz-box-shadow: inset 0 0 2px #c2c6cc;
+ -webkit-box-shadow: inset 0 0 2px #c2c6cc;
+ box-shadow: inset 0 0 2px #c2c6cc;
82
}
83
84
.highlight .lineno {
85
- padding: .8rem .5rem;
86
- min-width: 2rem;
+ margin: .8rem 0rem;
+ padding: 0 .5rem;
87
+ min-width: 2.2rem;
88
text-align: right;
- color: rgba(140, 134, 126, 0.67);
89
- background: rgb(234, 236, 242);
+ color: #c2c6cc;
90
+ border-right: 1px solid #e9ecef;
91
-webkit-user-select: none;
92
-khtml-user-select: none;
93
-moz-user-select: none;
0 commit comments