mirror of
https://github.com/Safe-Support-Chat/ocrcc-chatbox
synced 2024-11-01 00:55:26 +00:00
fix bot message styling in dark mode
This commit is contained in:
parent
066824cb3b
commit
37455346f3
@ -23,14 +23,16 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.message {
|
.message {
|
||||||
.text {
|
&.from-bot {
|
||||||
border: 1px solid $light-text-color;
|
color: transparentize($light-text-color, 0.3);
|
||||||
|
font-size: 0.9rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.from-me {
|
&.from-me {
|
||||||
.text {
|
.text {
|
||||||
background-color: $light-background-color;
|
background-color: $light-background-color;
|
||||||
color: $dark-text-color;
|
color: $dark-text-color;
|
||||||
|
border: 1px solid $light-text-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -38,6 +40,7 @@
|
|||||||
.text {
|
.text {
|
||||||
background-color: $dark-theme-color;
|
background-color: $dark-theme-color;
|
||||||
color: $light-text-color;
|
color: $light-text-color;
|
||||||
|
border: 1px solid $light-text-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user