~edwargix/git.sr.ht

0c772fa20a6d183afd065269526ccd67e1964796 — Drew DeVault 8 years ago 2b9d1a5
Recolor some cgit links
1 files changed, 11 insertions(+), 0 deletions(-)

M scss/main.scss
M scss/main.scss => scss/main.scss +11 -0
@@ 34,4 34,15 @@ div#cgit {
      padding: 0 0;
    }
  }

  // Recolor links
  a, table.list td a.ls-dir {
    color: $link-color;
    text-decoration: $link-decoration;

    &:hover {
      color: $link-hover-color;
      text-decoration: $link-hover-decoration;
    }
  }
}