mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
style: Make toggle symbols more subtle by changing their color
This commit is contained in:
parent
0a15dd311a
commit
75639059e1
1 changed files with 4 additions and 0 deletions
|
@ -148,6 +148,10 @@ Aider works best with high-scoring models, though it [can connect to almost any
|
|||
border-radius: 3px; /* Rounded corners for the text background */
|
||||
font-size: 16px; /* Increase font size for the numbers */
|
||||
}
|
||||
.toggle-details {
|
||||
color: #888; /* Make toggle symbol more subtle */
|
||||
transition: color 0.2s; /* Smooth transition on hover */
|
||||
}
|
||||
</style>
|
||||
|
||||
<script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue