Style intervention text differently on dark background

This commit is contained in:
N-Pex 2025-11-11 10:47:07 +01:00
parent 5d75ab200b
commit f7c64d70ff
3 changed files with 12 additions and 2 deletions

View file

@ -59,6 +59,16 @@ const infoText = computed(() => {
width: 12px;
height: 12px;
display: inline-flex;
color: #4642F1;
}
}
.messageIn.from-admin .cc-summary {
.intervention-icon {
color: #908EF7;
}
.common-caption-small {
color: #b0b0b0;
}
}
</style>