+ An old people-friendly, simplified and private version of Facebook for my family. An easy way to share photos, coordinate family events and so much more! My husband will be doing the back-end coding for this project.
+
+
+
+
+
+
+
+
+
+
diff --git a/scss/custom.scss b/scss/custom.scss
index c8ce09e..4e295fb 100644
--- a/scss/custom.scss
+++ b/scss/custom.scss
@@ -5,9 +5,13 @@ $becca-project-color: #faf6bd;
$alex-project-color: #3c2267;
// add your project main color here:
+
+$jill-project-color: #95a5a6;
+
$scott-project-color: #0f7b85;
+
$daniel-project-color: #1EE8D4;
@@ -24,6 +28,11 @@ $daniel-project-color: #1EE8D4;
#sartaj {}
+#jill {
+ @include readable($jill-project-color); // this readable mixin is in color-test.scss. it determines what the font color should be based on your background color!
+}
+
+
#scott {
@@ -37,3 +46,4 @@ $daniel-project-color: #1EE8D4;
@include readable($daniel-project-color);
}
+