1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-09-24 03:18:28 +02:00

Fix colors

This commit is contained in:
Nayam Amarshe 2023-08-11 15:26:15 +05:30
parent a4a368b127
commit 509bf7404a

View File

@ -96,7 +96,7 @@
}
.react-select-container .react-select__control--menu-is-open {
@apply bg-primary-focus;
@apply bg-primary-focus text-primary-content;
}
.react-select-container .react-select__single-value {
@ -112,15 +112,16 @@
}
.react-select-container .react-select__option {
@apply my-1 cursor-pointer break-all rounded-md bg-primary text-slate-50 hover:bg-primary-focus;
@apply my-1 cursor-pointer break-all rounded-md bg-primary text-primary-content hover:bg-primary-focus hover:text-primary-content;
}
.react-select-container .react-select__option--is-selected {
@apply bg-accent;
@apply bg-accent text-accent-content;
}
.outline-title {
text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5),
text-shadow:
0px 0px 10px rgba(255, 255, 255, 0.5),
0px 0px 10px rgba(255, 255, 255, 1);
}
.outline-title-none {