mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 11:45:00 +00:00
style: Remove box-shadow from bar graph numeric text container
This commit is contained in:
parent
1f702beb74
commit
323698d387
1 changed files with 0 additions and 1 deletions
|
@ -137,7 +137,6 @@ The model also has to successfully apply all its changes to the source file with
|
||||||
background-color: rgba(255, 255, 255, 0.7); /* Semi-transparent white background */
|
background-color: rgba(255, 255, 255, 0.7); /* Semi-transparent white background */
|
||||||
padding: 0 4px; /* Add padding around the text */
|
padding: 0 4px; /* Add padding around the text */
|
||||||
border-radius: 3px; /* Rounded corners for the text background */
|
border-radius: 3px; /* Rounded corners for the text background */
|
||||||
box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue