summaryrefslogtreecommitdiff
path: root/public/assets
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets')
-rw-r--r--public/assets/ok.css31
1 files changed, 13 insertions, 18 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css
index 3e552dc..89584b7 100644
--- a/public/assets/ok.css
+++ b/public/assets/ok.css
@@ -328,16 +328,15 @@ span {
}
#curtain {
- position: absolute;
- top: 0;
- left: 0;
- background: black;
- transition: 200ms opacity cubic-bezier(0, 0, 0, 1);
- opacity: 0;
- z-index: 1;
- width: 100%;
- height: 100%;
- pointer-events: none;
+ position: absolute;
+ top: 0; left: 0;
+ background: black;
+ transition: 200ms opacity cubic-bezier(0, 0, 0, 1);
+ opacity: 0;
+ z-index: 1;
+ width: 100%;
+ height: 100%;
+ pointer-events: none;
}
.navopen #curtain {
@@ -532,8 +531,7 @@ body {
margin-left: 20vw;
cursor: url(img/u.png) 32 0, pointer;
}
-
-.whiteCursor .page-up {
+.whitecursor .page-up {
cursor: url(img/u-white.png) 32 0, pointer;
}
@@ -547,8 +545,7 @@ body {
margin-left: 20vw;
cursor: url(img/d.png) 32 64, pointer;
}
-
-.whiteCursor .page-down {
+.whitecursor .page-down {
cursor: url(img/d-white.png) 32 64, pointer;
}
@@ -600,8 +597,7 @@ button.next {
cursor: url(img/r.png)64 32, pointer;
z-index: 4;
}
-
-.whiteCursor button.next {
+.whitecursor button.next {
cursor: url(img/r-white.png)64 32, pointer;
}
@@ -610,8 +606,7 @@ button.previous {
cursor: url(img/l.png) 0 32, pointer;
z-index: 4;
}
-
-.whiteCursor button.previous {
+.whitecursor button.previous {
cursor: url(img/l-white.png) 0 32, pointer;
}