Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- a/doc/_static/style.css Tue Jul 08 13:38:08 2025 -0400 +++ b/doc/_static/style.css Wed Jul 09 09:42:48 2025 -0400 @@ -455,9 +455,9 @@ linear-gradient(to right, #f5f4d8, #f5f4d8), /* Shadow */ radial-gradient(farthest-side at 0px 50%, - rgba(0, 0, 20, 0.5), rgba(255, 255, 255, 0)), + rgba(181, 181, 113, 0.75), rgba(255, 255, 255, 0)), radial-gradient(farthest-side at 100% 50%, - rgba(0, 0, 20, 0.5), rgba(255, 255, 255, 0)); + rgba(181, 181, 113, 0.75), rgba(255, 255, 255, 0)); /* square shadows */ /* linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0)),
