Merge pull request #1295 from ArthurHoaro/feature/visited-link-color
Slightly lighten visited link color
This commit is contained in:
commit
c5e96f594b
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ $dark-grey: #252525;
|
||||||
$light-grey: #797979;
|
$light-grey: #797979;
|
||||||
$main-green: #1b926c;
|
$main-green: #1b926c;
|
||||||
$light-green: #b0ddce;
|
$light-green: #b0ddce;
|
||||||
$dark-green: #2a4c41;
|
$dark-green: #186446;
|
||||||
$red: #ac2925;
|
$red: #ac2925;
|
||||||
$orange: #f89406;
|
$orange: #f89406;
|
||||||
$blue: #0b5ea6;
|
$blue: #0b5ea6;
|
||||||
|
|
Loading…
Reference in a new issue