set color instead of opacity on user messages
This commit is contained in:
parent
fd4bbde0c6
commit
6d36179701
1 changed files with 1 additions and 1 deletions
|
@ -67,6 +67,6 @@ main,
|
||||||
text-align: right;
|
text-align: right;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
opacity: 0.5;
|
color: rgb(var(--color-text) / 0.5);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue