general/style: add shadow for code blocks

This commit is contained in:
Christian Hesse 2026-05-19 13:44:42 +02:00
parent 09a93fda5e
commit ac2230f53d

View file

@ -72,6 +72,7 @@ pre {
pre.code {
background-color: #f8f8f8;
border: 1px solid #ccc;
box-shadow: 3px 3px 7px rgba(100,100,100,0.7);
overflow: auto;
padding: 6px 10px;
border-radius: 3px;