Mercurial > p > roundup > code
comparison doc/_static/style.css @ 8358:a50af46803f0
docs(style): make shadows on pre sections have tint of background
The grey shadows on a wheat colored background looked bad. Add some
of the backgound color to the shadow.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 09 Jul 2025 09:42:48 -0400 |
| parents | 85aae98b8c82 |
| children | f061e614320a |
comparison
equal
deleted
inserted
replaced
| 8357:abf1297e7a94 | 8358:a50af46803f0 |
|---|---|
| 453 /* Shadow covers */ | 453 /* Shadow covers */ |
| 454 linear-gradient(to right, #f5f4d8, #f5f4d8), | 454 linear-gradient(to right, #f5f4d8, #f5f4d8), |
| 455 linear-gradient(to right, #f5f4d8, #f5f4d8), | 455 linear-gradient(to right, #f5f4d8, #f5f4d8), |
| 456 /* Shadow */ | 456 /* Shadow */ |
| 457 radial-gradient(farthest-side at 0px 50%, | 457 radial-gradient(farthest-side at 0px 50%, |
| 458 rgba(0, 0, 20, 0.5), rgba(255, 255, 255, 0)), | 458 rgba(181, 181, 113, 0.75), rgba(255, 255, 255, 0)), |
| 459 radial-gradient(farthest-side at 100% 50%, | 459 radial-gradient(farthest-side at 100% 50%, |
| 460 rgba(0, 0, 20, 0.5), rgba(255, 255, 255, 0)); | 460 rgba(181, 181, 113, 0.75), rgba(255, 255, 255, 0)); |
| 461 /* square shadows */ | 461 /* square shadows */ |
| 462 /* | 462 /* |
| 463 linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0)), | 463 linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0)), |
| 464 linear-gradient(to left, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0)); | 464 linear-gradient(to left, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0)); |
| 465 */ | 465 */ |
