feat: change color of message text input to inherit

This commit is contained in:
SauceyRed 2025-05-29 16:35:14 +02:00
parent b1457dc31f
commit c8598b39e6
Signed by: sauceyred
GPG key ID: 270B096EF6E9A462

View file

@ -132,6 +132,7 @@ onMounted(async () => {
width: 80%; width: 80%;
background-color: rgb(50, 50, 50); background-color: rgb(50, 50, 50);
border: none; border: none;
color: inherit;
} }
#messages { #messages {