Update _variables.scss

Added blue colors
This commit is contained in:
TILvids 2021-07-12 15:30:07 -04:00 committed by GitHub
parent 814d72aedb
commit d5a7c4d1f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,8 @@
// Colors
$blue: #4183C4;
$lightBlue: #0066FF;
$darkBlue: #0099FF;
// Grays
$black: #000;
@ -24,4 +26,4 @@ $georgia: Georgia, serif;
@media screen and (max-width: 640px) {
@content;
}
}
}