Fix webkit calendar icon color on arc-green (#15713)

Co-authored-by: zeripath <art27@cantab.net>
mj-v1.18.3
silverwind 3 years ago committed by GitHub
parent 34b21625c2
commit 21465a2ce3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -110,6 +110,10 @@
--color-project-board-bg: var(--color-secondary-light-2);
}
::-webkit-calendar-picker-indicator {
filter: invert(.8);
}
.ui.horizontal.segments > .segment {
background-color: #383c4a;
}

Loading…
Cancel
Save