mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 23:22:57 +01:00
fix: light mode
This commit is contained in:
parent
65c5a1708b
commit
11a765b056
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ class PrivateGptUi:
|
||||||
"hr { margin-top: 1em; margin-bottom: 1em; border: 0; border-top: 1px solid #FFF; }"
|
"hr { margin-top: 1em; margin-bottom: 1em; border: 0; border-top: 1px solid #FFF; }"
|
||||||
".avatar-image { background-color: antiquewhite; border-radius: 2px; }"
|
".avatar-image { background-color: antiquewhite; border-radius: 2px; }"
|
||||||
".footer { text-align: center; margin-top: 20px; font-size: 14px; display: flex; align-items: center; justify-content: center; }"
|
".footer { text-align: center; margin-top: 20px; font-size: 14px; display: flex; align-items: center; justify-content: center; }"
|
||||||
".footer-zylon-link { display:flex; margin-left: 5px; text-decoration: auto; color: #fff; }"
|
".footer-zylon-link { display:flex; margin-left: 5px; text-decoration: auto; color: var(--body-text-color); }"
|
||||||
".footer-zylon-link:hover { color: #C7BAFF; }"
|
".footer-zylon-link:hover { color: #C7BAFF; }"
|
||||||
".footer-zylon-ico { height: 20px; margin-left: 5px; background-color: antiquewhite; border-radius: 2px; }",
|
".footer-zylon-ico { height: 20px; margin-left: 5px; background-color: antiquewhite; border-radius: 2px; }",
|
||||||
) as blocks:
|
) as blocks:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue