Lots of updates
- BFOR page updates
- Bliss Family Projects section updates
- Optimization of css animations.
diff --git a/neon.css b/neon.css
index 16b82b9..9a61f58 100644
--- a/neon.css
+++ b/neon.css
@@ -65,17 +65,17 @@
display: block;
}
-/*
+
body {
margin: 0;
font-family: Montserrat;
font-size: 0.85rem;
font-weight: 200;
line-height: 1.8;
- color: #111;
+ color: #222;
text-align: left;
background-color: #ffffff; }
-*/
+/*
body {
margin: 0;
width: 100%;
@@ -84,7 +84,7 @@
font-size: 0.85rem;
font-weight: 450;
line-height: 1.8;
- color: #fff;
+ color: #222;
background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
background-size: 400% 400%;
-webkit-animation: gradientBG 15s ease infinite;
@@ -118,7 +118,7 @@
background-position: 0% 50%;
}
}
-
+*/
[tabindex="-1"]:focus {
outline: 0 !important;
}