diff --git a/frontend/resources/styles/common/base.scss b/frontend/resources/styles/common/base.scss index 41d79a0bf4..6407bb5969 100644 --- a/frontend/resources/styles/common/base.scss +++ b/frontend/resources/styles/common/base.scss @@ -41,6 +41,11 @@ body { scrollbar-width: thin; } +::selection { + background: var(--color-accent-background-select); + color: var(--color-static-white); +} + img { height: auto; width: 100%; diff --git a/frontend/src/app/main/ui/ds/controls/utilities/input_field.scss b/frontend/src/app/main/ui/ds/controls/utilities/input_field.scss index 9aede7e748..df04187129 100644 --- a/frontend/src/app/main/ui/ds/controls/utilities/input_field.scss +++ b/frontend/src/app/main/ui/ds/controls/utilities/input_field.scss @@ -97,6 +97,7 @@ &::selection { background: var(--color-accent-background-select); + color: var(--color-static-white); } &::placeholder {