MEF
This commit is contained in:
@ -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; }
|
||||
|
Reference in New Issue
Block a user