mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Make highlighted text gray in cai-chat mode
This commit is contained in:
parent
bb1dac2f76
commit
e4440cd984
@ -276,6 +276,15 @@ def generate_chat_html(history, name1, name2, character):
|
|||||||
font-size: 15px !important;
|
font-size: 15px !important;
|
||||||
line-height: 1.428571429 !important;
|
line-height: 1.428571429 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dark .message-body p em {
|
||||||
|
color: rgb(138, 138, 138) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.message-body p em {
|
||||||
|
color: rgb(110, 110, 110) !important;
|
||||||
|
}
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
output = ''
|
output = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user