update dark cover color

This commit is contained in:
2025-08-04 19:07:28 -07:00
parent 3156626d2b
commit 482f73dd00

View File

@@ -53,8 +53,8 @@ p {
.cover {
cursor: pointer;
background: light-dark(white, black);
color: light-dark(white, black);
background: light-dark(white, #181825);
color: light-dark(white, #181825);
user-select: none;
}