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