diff options
| author | “Ryder <“r@okfoc.us”> | 2016-04-15 18:51:47 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-04-15 18:51:47 -0400 |
| commit | 553f2f904ccb394f1b6d2feac4113df6f1bd0d2c (patch) | |
| tree | bec6455589b4c7298dc02897bfb5ac2f38977915 | |
| parent | 4233a653e99a02e40f226698d4c18fd153330de3 (diff) | |
media
| -rw-r--r-- | public/assets/ok.css | 6 | ||||
| -rw-r--r-- | templates/index.liquid | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index 2889d63..cde0fd8 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -438,6 +438,12 @@ nav span { fill: white; } +#toggleindex { + color: blue; + text-decoration: underline; + font-size: 14px; +} + nav div { vertical-align: middle; padding: 5px; diff --git a/templates/index.liquid b/templates/index.liquid index bc3985b..1425f83 100644 --- a/templates/index.liquid +++ b/templates/index.liquid @@ -103,6 +103,7 @@ OKFocus, Bonafide Internet Legends © 2016 <h1> OKFocus Portfolio <span>2010 - 2016</span> + <span id="toggleindex">Toggle Menu</span> </h1> <span id="cred"> |
