Skip to content

Commit e55cd7b

Browse files
committed
style(cookie modal): fix incorrect text colors
1 parent 1110248 commit e55cd7b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

frontend/src/styles/popups.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,12 @@ body.darkMode {
682682
display: grid;
683683
gap: 1rem;
684684
}
685+
.title {
686+
color: var(--sub-color);
687+
}
688+
.description {
689+
color: var(--text-color);
690+
}
685691
.settings {
686692
display: grid;
687693
gap: 1rem;

0 commit comments

Comments
 (0)