diff options
Diffstat (limited to 'public/assets/ok.css')
| -rw-r--r-- | public/assets/ok.css | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index 2832e87..c232883 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -107,7 +107,14 @@ h3 { -webkit-filter: grayscale(100%); filter: grayscale(100%); } - +.intro.cover .left span#cred { + width: 100%; + border-top: 1px solid; + padding: 15px 0 10px 0; +} +.intro.cover .left small { + display:none; +} .intro.cover .right { background: url(https://upload.wikimedia.org/wikipedia/commons/d/de/Victoria_crater_from_HiRise.jpg)no-repeat center; background-size: cover; @@ -169,8 +176,8 @@ h3 { background: black; } -.navopen .item .top, -.navopen .item .bottom { + +.navopen .item > * { opacity: 0.1; transition: 150ms opacity cubic-bezier(0, 0, 0, 1); background: #eee; |
