More style fixes for dark theme

This commit is contained in:
Alejandro Celaya
2021-02-27 08:23:06 +01:00
parent ae4921b865
commit 3cd30b61e4
10 changed files with 32 additions and 10 deletions

View File

@@ -22,7 +22,7 @@
z-index: 1035;
font-size: 1.5rem;
cursor: pointer;
color: var(--primary-color-alfa);
color: rgba(255, 255, 255, .5);
@media (max-width: $smMax) {
display: inline-block;

View File

@@ -1,3 +1,5 @@
@import '../utils/base';
.react-tagsinput {
background-color: var(--input-color);
border: 1px solid var(--input-border-color);
@@ -44,7 +46,11 @@
width: 100%;
margin-bottom: 6px;
font-size: 1.25rem;
color: #495057;
color: var(--input-text-color);
}
.react-tagsinput-input::placeholder {
color: $textPlaceholder;
}
.react-autosuggest__suggestion--highlighted {