1
0
Fork 0
mirror of synced 2024-06-30 03:50:37 +12:00

Fix settings checkbox color in dark mode

This commit is contained in:
Andrew Kingston 2020-10-30 13:50:56 +00:00
parent af61df35f6
commit cc227904b3

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;