_sass/_theme.scss in minimal-jekyll-theme-0.2.0 vs _sass/_theme.scss in minimal-jekyll-theme-0.2.1
- old
+ new
@@ -175,11 +175,11 @@
&--light {
color: $btn-light;
border: .125rem solid $btn-light;
&:hover {
- color: $white;
+ color: $black;
background-color: $btn-light;
}
}
&--dark {
@@ -409,20 +409,23 @@
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
- .lineno, .gp {
+ .lineno {
@include unselectable();
color: $linenos-color;
}
- .lineno {
- padding: 0;
+ .language-shell::before {
+ @include unselectable();
+ content: "$";
+ color: $linenos-color;
+ padding-right: .5rem;
}
- .gp {
- padding-right: .25rem;
+ .lineno {
+ padding: 0;
}
// Syntax highlighting
.c { color: $silver; font-style: italic } // Comment
.err { color: #a61717; background-color: #e3d2d2 } // Error