|
@@ -16,7 +16,7 @@ pre.hljs {
|
|
|
font-style: normal;
|
|
font-style: normal;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
color: #333;
|
|
color: #333;
|
|
|
- background: #$gray-300;
|
|
|
|
|
|
|
+ background: $gray-300;
|
|
|
opacity: 0.6;
|
|
opacity: 0.6;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -24,12 +24,12 @@ pre.hljs {
|
|
|
// styles for highlightjs-line-numbers
|
|
// styles for highlightjs-line-numbers
|
|
|
.hljs-ln td.hljs-ln-numbers {
|
|
.hljs-ln td.hljs-ln-numbers {
|
|
|
padding-right: 5px;
|
|
padding-right: 5px;
|
|
|
- color: #$gray-300;
|
|
|
|
|
|
|
+ color: $gray-300;
|
|
|
|
|
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
vertical-align: top;
|
|
vertical-align: top;
|
|
|
user-select: none;
|
|
user-select: none;
|
|
|
- border-right: 1px solid #$gray-300;
|
|
|
|
|
|
|
+ border-right: 1px solid $gray-300;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.hljs-ln td.hljs-ln-code {
|
|
.hljs-ln td.hljs-ln-code {
|