1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-03-13 23:18:09 +00:00

Palette fixes

This commit is contained in:
Jeremy Ruston 2024-07-16 19:41:44 +01:00
parent a921034561
commit a1782b1e4e

View File

@ -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;