🌜 Trying dark mode on the react-select

This commit is contained in:
2023-12-03 16:02:54 -05:00
parent 29e0772a10
commit 1ed6a622d4
2 changed files with 17 additions and 4 deletions

View File

@@ -366,7 +366,7 @@ pre {
// comicvine metadata
.comicvine-metadata {
background-color: #f2f1f9;
background-color: #d6cc99;
padding: 0.8rem;
border-radius: 0.5rem;
}
@@ -381,7 +381,8 @@ pre {
}
.comicInfo-metadata {
background-color: #f7ebdd;
background-color: #d6cc99;
color: #000;
padding: 0.8rem;
border-radius: 0.5rem;
}