add hr, update cover colors

This commit is contained in:
2025-08-04 13:16:21 -07:00
parent e0a493364b
commit 2f61f8cce3
2 changed files with 4 additions and 2 deletions

View File

@@ -171,6 +171,7 @@
</div>
</div>
</section>
<hr />
</div>
</div>
<script src="script.js"></script>

View File

@@ -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%;