Fix galactica equations in dark mode

This commit is contained in:
oobabooga 2023-02-17 23:57:09 -03:00
parent abb4667b44
commit 14f49bbe9a

View File

@ -27,6 +27,9 @@ css = """
}
#accordion {
}
.dark svg {
fill: white;
}
"""
chat_css = """