]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Merge pull request #1295 from ArthurHoaro/feature/visited-link-color
authorArthurHoaro <arthur@hoa.ro>
Wed, 8 May 2019 09:00:58 +0000 (11:00 +0200)
committerGitHub <noreply@github.com>
Wed, 8 May 2019 09:00:58 +0000 (11:00 +0200)
Slightly lighten visited link color

1  2 
assets/default/scss/shaarli.scss

index 518fecdf3a285d3ffeac9c3cfcc91a8766f34421,b14052eda25e421fe4c94a11619bf870be6266f9..a529f01cd42941b99098dd8813bf4751c50f531c
@@@ -13,7 -13,7 +13,7 @@@ $dark-grey: #252525
  $light-grey: #797979;
  $main-green: #1b926c;
  $light-green: #b0ddce;
- $dark-green: #2a4c41;
+ $dark-green: #186446;
  $red: #ac2925;
  $orange: #f89406;
  $blue: #0b5ea6;
@@@ -716,19 -716,11 +716,19 @@@ body
      }
    }
  
 +  .label {
 +    font-family: Arial, sans-serif;
 +    font-size: .65em;
 +  }
 +
    .label-private {
      border: solid 1px $orange;
      color: $orange;
 -    font-family: Arial, sans-serif;
 -    font-size: .65em;
 +  }
 +
 +  .label-sticky {
 +    border: solid 1px $blue;
 +    color: $blue;
    }
  }