mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-03-14 15:38:10 +00:00
Palette fixes
This commit is contained in:
parent
a921034561
commit
a1782b1e4e
@ -100,6 +100,11 @@ tags: [[$:/tags/Stylesheet]]
|
|||||||
gap: 1em;
|
gap: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ai-conversation .ai-user-prompt-text textarea {
|
||||||
|
color: #000;
|
||||||
|
background: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
.ai-conversation .ai-user-prompt button.ai-user-prompt-send {
|
.ai-conversation .ai-user-prompt button.ai-user-prompt-send {
|
||||||
background-color: initial;
|
background-color: initial;
|
||||||
background-image: linear-gradient(-180deg, #e0c3ce, #963057);
|
background-image: linear-gradient(-180deg, #e0c3ce, #963057);
|
||||||
@ -137,6 +142,11 @@ tags: [[$:/tags/Stylesheet]]
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ai-conversation .ai-user-prompt .ai-user-prompt-image button {
|
||||||
|
color: #000;
|
||||||
|
fill: #000;
|
||||||
|
}
|
||||||
|
|
||||||
.ai-request-spinner {
|
.ai-request-spinner {
|
||||||
animation: ai-request-spinner-animation-rotate 1s infinite;
|
animation: ai-request-spinner-animation-rotate 1s infinite;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user