From dca0b022e7aebf84828aa2182c68a6d348d7525a Mon Sep 17 00:00:00 2001
From: “Ryder <“r@okfoc.us”>
Date: Mon, 28 Mar 2016 18:43:06 -0400
Subject: after and before
---
public/assets/ok.css | 8 +++++++-
templates/index.liquid | 4 ++--
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/public/assets/ok.css b/public/assets/ok.css
index 34b6d1d..4696d95 100644
--- a/public/assets/ok.css
+++ b/public/assets/ok.css
@@ -116,8 +116,14 @@ nav span {
#burger {
width: 10px;
+ vertical-align: top
+}
+.index:after {
+ content:"INDEX";
+}
+.navopen .index:after {
+ content:"CLOSE";
}
-
.index:hover,
.navopen .index {
color: white;
diff --git a/templates/index.liquid b/templates/index.liquid
index ef2af17..20df323 100644
--- a/templates/index.liquid
+++ b/templates/index.liquid
@@ -87,8 +87,8 @@