Fix settings checkbox color in dark mode

This commit is contained in:
Andrew Kingston 2020-10-30 13:50:56 +00:00
parent e09b6d6649
commit 5d5ac424f4
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
.tick_mark:after {
content: "";
position: absolute;
background-color: #000;
background-color: var(--ink);
border-radius: 2px;
opacity: 0;
transition: 0.2s ease transform, 0.2s ease opacity;