move to monochrome theme

This commit is contained in:
2026-01-28 10:23:19 +01:00
parent 0f1ec738b1
commit ed270e7050
6 changed files with 123 additions and 93 deletions

View File

@@ -78,6 +78,15 @@ p + p {
color: white;
}
/* Grayscale all emoji icons */
.emoji-icon,
.upload-icon,
.empty-state-icon,
[class*="encrypted"],
.listing-location {
filter: grayscale(1);
}
.sr-only {
position: absolute;
width: 1px;