This commit is contained in:
2022-06-19 14:17:36 +01:00
parent 2d5438c943
commit 6c9f29bc56
4 changed files with 32 additions and 16 deletions

View File

@ -7835,7 +7835,15 @@ a.text-dark:hover, a.text-dark:focus {
font-size: small;
font-family: cursive; }
pre code {
color: #a9ffff;
background-color: #2e2d2d;
.shadowbox {
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: bold;
border: 1px solid #333;
box-shadow: 8px 8px 5px #444;
padding: 8px 12px;
background-image: linear-gradient(180deg, #fff, #ddd 40%, #ccc); }
.fa-copy {
cursor: copy; }