diff --git a/index.html b/index.html
index 06902aa..de550f3 100644
--- a/index.html
+++ b/index.html
@@ -171,6 +171,7 @@
+
diff --git a/style.css b/style.css
index d8b4565..c51dac6 100644
--- a/style.css
+++ b/style.css
@@ -52,7 +52,8 @@ p {
.cover {
cursor: pointer;
- background: #000000;
+ background: #ffffff;
+ color: #ffffff;
user-select: none;
}
@@ -101,7 +102,7 @@ body {
}
#click-to-reveal-prompt {
- color: var(--secondary);
+ color: #888888;
position: absolute;
top: 8px;
left: 25%;