Update _variables.scss
Added blue colors
This commit is contained in:
parent
814d72aedb
commit
d5a7c4d1f3
1 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,8 @@
|
||||||
|
|
||||||
// Colors
|
// Colors
|
||||||
$blue: #4183C4;
|
$blue: #4183C4;
|
||||||
|
$lightBlue: #0066FF;
|
||||||
|
$darkBlue: #0099FF;
|
||||||
|
|
||||||
// Grays
|
// Grays
|
||||||
$black: #000;
|
$black: #000;
|
||||||
|
@ -24,4 +26,4 @@ $georgia: Georgia, serif;
|
||||||
@media screen and (max-width: 640px) {
|
@media screen and (max-width: 640px) {
|
||||||
@content;
|
@content;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue