We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b08e700 + d39fa23 commit 8faf54bCopy full SHA for 8faf54b
src/App.css
@@ -122,16 +122,17 @@
122
/* Dark theme */
123
124
.dark {
125
- background-color: rgb(50, 41, 49) !important;
+ background-color: #121212 !important;
126
color: #fff !important;
127
}
128
129
.dark .card {
130
- background-color: rgba(255, 255, 255, 0.1);
+ background-color: #272727;
131
132
133
.dark .search .ant-input, .dark .search .ant-btn {
134
background-color: rgba(255, 255, 255, 0.1);
135
+ color: #fff !important;
136
137
138
.dark .ant-select-selector {
0 commit comments