This website works better with JavaScript
Home
Explore
Help
Sign In
zhengjl
/
text-generation-webui
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Fix galactica equations in dark mode
oobabooga
3 years ago
parent
abb4667b44
commit
14f49bbe9a
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
modules/ui.py
+ 3
- 0
modules/ui.py
View File
@@ -27,6 +27,9 @@ css = """
}
#accordion {
}
+.dark svg {
+ fill: white;
+}
"""
chat_css = """