diff options
| author | “Ryder <“r@okfoc.us”> | 2016-03-28 18:43:06 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-03-28 18:43:06 -0400 |
| commit | dca0b022e7aebf84828aa2182c68a6d348d7525a (patch) | |
| tree | 445a70f104707fdddad5bcc6388497a6eb05c7c2 /public | |
| parent | ba7c5d05ccaf30e78e5ce96c11f153101b157813 (diff) | |
after and before
Diffstat (limited to 'public')
| -rw-r--r-- | public/assets/ok.css | 8 |
1 files changed, 7 insertions, 1 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; |
