Skip to content

Commit

Permalink
Change UI and Color of Page and To-Do Cards
Browse files Browse the repository at this point in the history
  • Loading branch information
AmreshSinha committed Oct 4, 2021
1 parent b3aa559 commit 59cd9c1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,12 @@
/* Dark theme */

.dark {
background-color: #121212 !important;
background-color: #1C1C1C !important;
color: #fff !important;
}

.dark .card {
background-color: #272727!important;
background-color: #282828!important;
}
.dark .labels {
color: #fff;
Expand All @@ -139,16 +139,16 @@
}

.dark .ant-select-selector {
background-color: #272727 !important;
background-color: #333333 !important;
}

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

.dark .ant-select-selection-item {
background-color: rgb(94, 94, 94) !important;
border: #272727 !important;
background-color: #1890FF !important;
border: #1890FF !important;
color: #fff;
}

Expand All @@ -171,6 +171,7 @@
}

.dark .react-kanban-column {
border-radius: 10px;
background-color: #121212!important;
}
.dark .news-feed{
Expand Down

0 comments on commit 59cd9c1

Please sign in to comment.