mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-05-31 15:52:37 +00:00
general/style: add shadow for code blocks
This commit is contained in:
parent
09a93fda5e
commit
ac2230f53d
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue