_sass/base/_syntax.scss in jekyll-foxslide-0.1.2 vs _sass/base/_syntax.scss in jekyll-foxslide-0.1.3
- old
+ new
@@ -37,29 +37,10 @@
padding: .8em !important;
@include border-radius(0);
}
border: 1px solid $pre-border !important;
}
-
-pre .line.marked {
- position: relative;
- display: block;
- &:after {
- content: "";
- position: absolute;
- background: $marker-bg;
- left: -.8em; top: 0; bottom: 0; right: -.8em;
- border: 1px solid { left-color: $marker-border-left; left-width: 2px; right-color: $marker-border; top: 0; bottom: 0; }
- }
- &.start:after {
- border-top: 1px solid $marker-border;
- }
- &.end:after {
- border-bottom: 1px solid $marker-border;
- }
-}
-
figure.code, .gist-file, pre {
@include box-shadow(rgba(#000, .06) 0 0 10px);
.highlight pre { @include box-shadow(none); }
}
@@ -96,10 +77,10 @@
color: mix($base1, $base01) !important;
@include hover-link;
&:hover { color: $base1 !important; }
}
a[href*='#file'] {
- position: absolute; top: 0; left:0; right:-10px;
+ position: absolute; top: 0; left:0; right:0;
color: #474747 !important;
@extend .code-title;
&:hover { color: $link-color !important; }
}
a[href*=raw]{