Skip to content

Commit 8faf54b

Browse files
authored
Merge pull request #13 from xFra96/main
fix: improved dark theme
2 parents b08e700 + d39fa23 commit 8faf54b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/App.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,16 +122,17 @@
122122
/* Dark theme */
123123

124124
.dark {
125-
background-color: rgb(50, 41, 49) !important;
125+
background-color: #121212 !important;
126126
color: #fff !important;
127127
}
128128

129129
.dark .card {
130-
background-color: rgba(255, 255, 255, 0.1);
130+
background-color: #272727;
131131
}
132132

133133
.dark .search .ant-input, .dark .search .ant-btn {
134134
background-color: rgba(255, 255, 255, 0.1);
135+
color: #fff !important;
135136
}
136137

137138
.dark .ant-select-selector {

0 commit comments

Comments
 (0)