diff options
| -rw-r--r-- | public/assets/ok.css | 8 | ||||
| -rw-r--r-- | 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 @@ <rect y="40" width="57.4" height="13"/> </g> </g> -</svg> -INDEX</div> + </svg> + </div> <div>OKFocus LLC. • 2016</div> <div>SLIDE.1 • PG.1</div> </span> |
