Add a new color variable

This commit is contained in:
gregoirenovel 2018-08-22 11:22:57 +02:00
parent e6442436ba
commit 1fb3f516bf
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
$blue: #0069CC; $blue: #0069CC;
$light-blue: #1C7EC9; $light-blue: #1C7EC9;
$lighter-blue: #C3D9FF;
$black: #333333; $black: #333333;
$grey: #999999; $grey: #999999;
$light-grey: #F8F8F8; $light-grey: #F8F8F8;

View file

@ -14,7 +14,7 @@
z-index: 1000; z-index: 1000;
a { a {
color: #C3D9FF; color: $lighter-blue;
text-decoration: underline; text-decoration: underline;
} }
} }