add hr, update cover colors
This commit is contained in:
@@ -171,6 +171,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<hr />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script src="script.js"></script>
|
<script src="script.js"></script>
|
||||||
|
@@ -52,7 +52,8 @@ p {
|
|||||||
|
|
||||||
.cover {
|
.cover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background: #000000;
|
background: #ffffff;
|
||||||
|
color: #ffffff;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -101,7 +102,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#click-to-reveal-prompt {
|
#click-to-reveal-prompt {
|
||||||
color: var(--secondary);
|
color: #888888;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 8px;
|
top: 8px;
|
||||||
left: 25%;
|
left: 25%;
|
||||||
|
Reference in New Issue
Block a user