Commit 1a1250b8 authored by Nick Poulden's avatar Nick Poulden
Browse files

Small styling tweaks

parent 807060c2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  line-height: 1em;
  font-family: monospace;
  font-family: "Menlo", "Courier New", Courier, monospace;
  cursor: text;
}

.CodeMirror-scroll {
+4 −1
Original line number Diff line number Diff line
@@ -127,11 +127,14 @@
      @include transition(color, 0.2s, linear);
      font-size: 0.9em;
      &:hover {
        -webkit-transition: color 0.2s linear;
        -webkit-transition-delay: 0.5s;
        color: $docs-link-hover-color; } }
    &:hover {
      a.view-source {
        color: rgba(128, 128, 128, 1);
        @include transition(color, 0.2s, linear); } }
        @include transition(color, 0.2s, linear);
        -webkit-transition-delay: 0.5s; } }
    &.open {
      a.side.expandable {
        @include horizontal-gradient(#ebf3fe, #d9e8fc);
+1 −0
Original line number Diff line number Diff line
@@ -181,6 +181,7 @@
      .deleteComment,
      .vote {
        @include transition(opacity, 0.2s, linear);
        -webkit-transition-delay: 1s;
        opacity: 1; } } }
  .target {
    color: #666;