[Glitch] fix: Fix unreadable text in high-contrast-mode

Port 672d411c2c to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
diondiondion
2025-06-13 14:58:30 +02:00
committed by Claire
parent 9e5e3a50a0
commit 7ccf7fc456
3 changed files with 2 additions and 6 deletions

View File

@@ -37,10 +37,6 @@
color: $highlight-text-color;
}
.nothing-here {
color: $darker-text-color;
}
.report-dialog-modal__textarea::placeholder {
color: $inverted-text-color;
}