mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-06-08 22:56:24 -04:00
Fix galactica equations in dark mode
This commit is contained in:
parent
abb4667b44
commit
14f49bbe9a
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ css = """
|
||||||
}
|
}
|
||||||
#accordion {
|
#accordion {
|
||||||
}
|
}
|
||||||
|
.dark svg {
|
||||||
|
fill: white;
|
||||||
|
}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
chat_css = """
|
chat_css = """
|
||||||
|
|
Loading…
Add table
Reference in a new issue