1
0

Merge branch 'main' into feature/date-math

This commit is contained in:
kolaente
2022-03-27 22:41:53 +02:00
32 changed files with 1286 additions and 1150 deletions

View File

@ -210,14 +210,14 @@ export default {
font-size: 2rem;
@media screen and (max-width: $desktop) {
color: var(--dark);
color: var(--grey-900);
}
}
</style>
<style lang="scss">
// Close icon SVG uses currentColor, change the color to keep it visible
.dark .task-detail-view-modal .close {
.dark .close {
color: var(--grey-900);
}
</style>