Skip to content
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions web_src/less/themes/theme-arc-green.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down