diff --git a/content/_index.md b/content/_index.md
index 9d02430..0135698 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -14,6 +14,8 @@ extra:
# Reimagine your world
+
+
Through simple, secure, and scalable technology,
OurWorld empowers millions to invent and explore
new experiences. Business, creativity, and
@@ -81,7 +83,7 @@ OurWorld runs in concert with Ethereum, Polkadot, Cosmos, and more, allowing for
|||
-
+
{% end %}
diff --git a/content/blog/featured/_index.md b/content/blog/featured/_index.md
index 1e0f7b3..9bb6466 100644
--- a/content/blog/featured/_index.md
+++ b/content/blog/featured/_index.md
@@ -11,7 +11,7 @@ categories=["Engineering"]
[extra]
subtitle = "The UNIQUE Post 1 subtitles"
author = "HANNAH CORDES"
-imgPath = "images/sphere-thing.png"
+imgPath = "images/ourworld_mycellium.png"
date = 2018-10-17T19:40:00.000Z
+++
diff --git a/css/layout.css b/css/layout.css
index 4c67304..c3a3184 100644
--- a/css/layout.css
+++ b/css/layout.css
@@ -58,13 +58,6 @@ code {
@apply text-xs;
}
-a,
-a:focus,
-a:hover,
-a:active {
- @apply no-underline border-b border-solid border-blue-500;
-}
-
nav a,
nav a:focus,
nav a:hover,
@@ -72,14 +65,12 @@ nav a:active {
@apply border-0 text-white hover:text-gray-300;
}
-/*
a {
- @apply text-blue-500 dark:text-blue-200 dark:border-blue-200;
}
-*/
-
a:focus,
-a:hover,
+a:hover {
+ @apply border-none text-blue-300;
+}
a:active {
@apply text-blue-800 border-blue-500;
}
diff --git a/static/images/landing_img3.png b/static/images/landing_img3.png
deleted file mode 100644
index cfdf58f..0000000
Binary files a/static/images/landing_img3.png and /dev/null differ
diff --git a/templates/partials/header.html b/templates/partials/header.html
index 6d002ed..7d442de 100644
--- a/templates/partials/header.html
+++ b/templates/partials/header.html
@@ -78,16 +78,6 @@
{% endif %}
{% endfor %}
-
-
-