~edwargix/git.sr.ht

e53c400e459441f07948013fc8a3c8d109b510a3 — Drew DeVault 3 years ago aaa68a0
Fix branch/tag badges on dark theme
1 files changed, 1 insertions(+), 1 deletions(-)

M scss/main.scss
M scss/main.scss => scss/main.scss +1 -1
@@ 185,7 185,7 @@ dt {
  &.branch {
    border-color: darken($info, 20);
    background: $info;
    color: $white;
    color: $white !important;
  }

  &.tag {