style: Make toggle symbols more subtle by changing their color

This commit is contained in:
Paul Gauthier (aider) 2025-04-13 00:40:44 -07:00
parent 0a15dd311a
commit 75639059e1

View file

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