Skip to content

Commit

Permalink
Merge pull request #13 from xFra96/main
Browse files Browse the repository at this point in the history
fix: improved dark theme
  • Loading branch information
nicosh authored Sep 30, 2021
2 parents b08e700 + d39fa23 commit 8faf54b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,16 +122,17 @@
/* Dark theme */

.dark {
background-color: rgb(50, 41, 49) !important;
background-color: #121212 !important;
color: #fff !important;
}

.dark .card {
background-color: rgba(255, 255, 255, 0.1);
background-color: #272727;
}

.dark .search .ant-input, .dark .search .ant-btn {
background-color: rgba(255, 255, 255, 0.1);
color: #fff !important;
}

.dark .ant-select-selector {
Expand Down

0 comments on commit 8faf54b

Please sign in to comment.