mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
colors
This commit is contained in:
parent
b37730e3f9
commit
707549b67d
1 changed files with 3 additions and 4 deletions
|
@ -37,8 +37,7 @@
|
||||||
|
|
||||||
|
|
||||||
.chat-transcript {
|
.chat-transcript {
|
||||||
padding-left: 30px;
|
padding-top: 15px;
|
||||||
padding-right: 30px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat-transcript li,
|
.chat-transcript li,
|
||||||
|
@ -60,9 +59,9 @@
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
.chat-transcript::before {
|
.chat-transcript::before {
|
||||||
content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="90" height="25"><circle cx="7" cy="15" r="7" fill="red"/><circle cx="27" cy="15" r="7" fill="yellow"/><circle cx="47" cy="15" r="7" fill="green"/></svg>');
|
content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="90" height="25"><circle cx="7" cy="15" r="7" fill="%23f92672"/><circle cx="27" cy="15" r="7" fill="%23f4bf75"/><circle cx="47" cy="15" r="7" fill="%23a6e22e"/></svg>');
|
||||||
display: block;
|
display: block;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -2em;
|
top: -5px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue