~edwargix/git.sr.ht

076f991181158650b5326b3b3f3f912993208db1 — Drew DeVault 8 years ago 0c772fa
Match color of path to nav
1 files changed, 5 insertions(+), 0 deletions(-)

M scss/main.scss
M scss/main.scss => scss/main.scss +5 -0
@@ 35,6 35,11 @@ div#cgit {
    }
  }

  div.path {
    background-color: #ddd;
    padding-top: 0;
  }

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