We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a423a87 + 1146eee commit f872b6cCopy full SHA for f872b6c
src/App.css
@@ -127,7 +127,7 @@
127
}
128
129
.dark .card {
130
- background-color: #282828!important;
+ background-color: #272727!important;
131
132
.dark .labels {
133
color: #fff;
@@ -143,7 +143,7 @@
143
144
145
.dark .ant-select:not(.ant-select-customize-input) .ant-select-selector {
146
- background-color: #333333 !important;
+ background-color: #272727 !important;
147
148
149
.dark .ant-select-selection-item {
@@ -171,7 +171,6 @@
171
172
173
.dark .react-kanban-column {
174
- border-radius: 10px;
175
background-color: #121212!important;
176
177
.dark .news-feed{
@@ -209,4 +208,4 @@
209
208
.dark .editor-toolbar.fullscreen {
210
211
color: #fff!important;
212
-}
+}
0 commit comments