diff options
| author | “Ryder <“r@okfoc.us”> | 2016-03-29 14:35:16 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-03-29 14:35:16 -0400 |
| commit | b62cf3de42b0d89386df5a73aa7f676458d1c5a5 (patch) | |
| tree | 05e8c7a9a89edbcbc84de1407c34a7b401247bec /public | |
| parent | 69333e29e172da6231f3f19ce3d6abecb96617c5 (diff) | |
minor
Diffstat (limited to 'public')
| -rw-r--r-- | public/assets/ok.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index 65fea81..eb0e64d 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -176,7 +176,7 @@ h3 { background: black; } nav svg g g rect { - transition:150ms all 50ms; + transition:150ms transform 50ms cubic-bezier(0, 0, 0, 1); width: 100px; } @@ -327,6 +327,10 @@ nav span div:nth-child(2) { padding-left: 20px; } +.navopen nav span div:nth-child(2) { + border-left: 1px solid white; +} + nav span div:last-child { float: right; } |
