summaryrefslogtreecommitdiff
path: root/public/assets/ok.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/ok.css')
-rw-r--r--public/assets/ok.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css
index 25392e5..10083ee 100644
--- a/public/assets/ok.css
+++ b/public/assets/ok.css
@@ -50,6 +50,7 @@ body {
display: block;
opacity: 0;
pointer-events: none;
+ visibility: hidden;
}
.item {
@@ -262,11 +263,14 @@ nav svg g g:last-child rect {
cursor: url(img/x-w.png) 32 32, pointer;
}
+
+/*
.navopen .item > * {
opacity: 0.1;
transition: 150ms opacity cubic-bezier(0, 0, 0, 1);
background: #eee;
}
+ */
div,
span {
@@ -312,12 +316,12 @@ body.navopen {
background: black;
transition: 200ms opacity cubic-bezier(0, 0, 0, 1);
opacity: 0;
- z-index: 0;
+ z-index: 1;
width: 100%;
height: 100%;
}
.navopen #curtain {
- opacity: 1;
+ opacity: 0.9;
}
nav {