style: Remove box-shadow from bar graph numeric text container

This commit is contained in:
Paul Gauthier (aider) 2025-04-12 20:53:06 -07:00
parent 1f702beb74
commit 323698d387

View file

@ -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 */
padding: 0 4px; /* Add padding around the text */
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>