Add a new color variable
This commit is contained in:
parent
e6442436ba
commit
1fb3f516bf
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #C3D9FF;
|
color: $lighter-blue;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue