Dark mode micro fix

This commit is contained in:
YDZ
2020-08-25 00:17:00 +08:00
parent 64be02e6b7
commit d7ed4c32cf
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
{"Target":"book.min.0c5e9b067982e42a2226b0a05f06e7c88aaf5d16f67ba3f2c9df36f74f3d0129.css","MediaType":"text/css","Data":{"Integrity":"sha256-DF6bBnmC5CoiJrCgXwbnyIqvXRb2e6Pyyd829089ASk="}} {"Target":"book.min.1cf8e09514d081e98d59a10c37d68862354c1b636fbdab1bfc1053e747f15b4c.css","MediaType":"text/css","Data":{"Integrity":"sha256-HPjglRTQgemNWaEMN9aIYjVMG2Nvvasb/BBT50fxW0w="}}

View File

@ -46,7 +46,7 @@
padding: 0; padding: 0;
// border-radius: 30px; // border-radius: 30px;
// background-color: hsl(222, 14%, 7%); // background-color: hsl(222, 14%, 7%);
background-color: var(--body-background); // background-color: var(--body-background);
transition: all 0.2s ease; transition: all 0.2s ease;
} }