mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Fix galactica equations in dark mode
This commit is contained in:
parent
abb4667b44
commit
14f49bbe9a
@ -27,6 +27,9 @@ css = """
|
||||
}
|
||||
#accordion {
|
||||
}
|
||||
.dark svg {
|
||||
fill: white;
|
||||
}
|
||||
"""
|
||||
|
||||
chat_css = """
|
||||
|
Loading…
Reference in New Issue
Block a user