Skip to content

Commit f872b6c

Browse files
authored
Merge pull request #27 from nicosh/revert-26-main
Revert "Change UI and Color of Page and To-Do Cards"
2 parents a423a87 + 1146eee commit f872b6c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/App.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
}
128128

129129
.dark .card {
130-
background-color: #282828!important;
130+
background-color: #272727!important;
131131
}
132132
.dark .labels {
133133
color: #fff;
@@ -143,7 +143,7 @@
143143
}
144144

145145
.dark .ant-select:not(.ant-select-customize-input) .ant-select-selector {
146-
background-color: #333333 !important;
146+
background-color: #272727 !important;
147147
}
148148

149149
.dark .ant-select-selection-item {
@@ -171,7 +171,6 @@
171171
}
172172

173173
.dark .react-kanban-column {
174-
border-radius: 10px;
175174
background-color: #121212!important;
176175
}
177176
.dark .news-feed{
@@ -209,4 +208,4 @@
209208
.dark .editor-toolbar.fullscreen {
210209
background-color: #121212!important;
211210
color: #fff!important;
212-
}
211+
}

0 commit comments

Comments
 (0)