#uploadprogressbar .ui-progressbar-value.ui-widget-header.ui-corner-left { background-color: var(--color-primary-element-light); }
#editor-wrapper div.ProseMirror { font-size: 18px !important; }
#editor-wrapper div.ProseMirror p { line-height: 1.6em !important; }
#editor-wrapper div.ProseMirror li p { margin-bottom: 0.3em !important; }
#editor-wrapper div.ProseMirror .checkbox-item::before { margin: 7px 9px 3px 2px !important; }
#editor-wrapper div.ProseMirror a { color: #1565c0 !important; }
#editor-wrapper:not(.show-color-annotations) div.ProseMirror a .author-annotation { color: #1565c0 !important; }
#editor-wrapper div.ProseMirror ul { margin-bottom: 0 !important; }

.board-wrapper, .stack--header,
.overview-wrapper,
.dashboard-column>h3{
  background-color: var(--color-background-dark) !important;
  border: none !important;
}
.stack--header{
  box-shadow: 0 0 4px 2px var(--color-background-dark) 
}
.stack--card-add{
  background: none !important;
} 
.stack--card-add form{
  background: var(--color-main-background) !important;
}
.stack__header::before {
    background-image: linear-gradient(180deg, var(--color-background-dark) 3px, transparent 60%) !important;
}