127127}
128128
129129.dark .card {
130- background-color : # 272727 ;
130+ background-color : # 272727!important ;
131+ }
132+ .dark .labels {
133+ color : # fff ;
134+ background-color : # 121212 ;
131135}
132-
133136.dark .search .ant-input , .dark .search .ant-btn {
134137 background-color : rgba (255 , 255 , 255 , 0.1 );
135138 color : # fff !important ;
144147}
145148
146149.dark .ant-select-selection-item {
147- background-color : # 272727 !important ;
150+ background-color : rgb ( 94 , 94 , 94 ) !important ;
148151 border : # 272727 !important ;
149152 color : # fff ;
150153}
158161 background : # 272727 !important ;
159162}
160163
161- .dark .ant-select-selection-item-remove , .dark .ant-progress-circle .ant-progress-text , .dark .ant-radio-wrapper , .dark .ant-tabs , .dark .editor-toolbar button {
164+ .dark .ant-select-selection-item-remove , .dark .ant-progress-circle .ant-progress-text , .dark .ant-radio-wrapper , . dark . ant-checkbox-wrapper , .dark .ant-tabs , .dark .editor-toolbar button {
162165 color : # fff !important ;
163166}
164167
167170 background : # 272727 !important ;
168171}
169172
170- .dark .react-kanban-column , .dark .news-feed {
171- background-color : # 5e5e5e !important ;
173+ .dark .react-kanban-column {
174+ background-color : # 121212!important ;
175+ }
176+ .dark .news-feed {
177+ background-color : # 121212!important ;
178+ border : none;
172179}
173-
174180.dark h2 , .dark a {
175181 color : # fff !important
182+ }
183+ .dark .ant-tag {
184+ background-color : # 5e5e5e ;
185+ border-color : # 5e5e5e !important ;
186+ color : # fff !important ;
187+ }
188+ .dark .ant-select-item-option {
189+ background-color : # 473f46!important ;
190+ color : # fff ;
191+ }
192+ .dark .ant-select-item-option-active {
193+ background-color : # 5e5e5e !important ;
194+ }
195+ .ant-select-item-option-active : not (.ant-select-item-option-disabled ) {
196+ background-color : # f5f5f5 !important ;
197+ color : # 5e5e5e !important ;
198+ }
199+ .dark .CodeMirror-wrap , .dark .cm-link , .dark .editor-preview {
200+ background-color : # 121212!important ;
201+ color : # fff !important ;
202+ }
203+
204+ .CodeMirror-fullscreen {
205+ z-index : 9999 !important ;
206+ }
207+
208+ .dark .editor-toolbar .fullscreen {
209+ background-color : # 121212!important ;
210+ color : # fff!important ;
176211}
0 commit comments