diff --git a/style.css b/style.css index 851b9f4..9fc992c 100644 --- a/style.css +++ b/style.css @@ -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; }