Shaded style on examples
This commit is contained in:
parent
ceec9ae548
commit
494a5b24da
|
@ -45,12 +45,19 @@
|
|||
.example {
|
||||
box-sizing: border-box;
|
||||
background: #EEEEEE;
|
||||
box-shadow: 0 0 50px 0 rgba(0,0,0,0.2) inset;
|
||||
box-shadow: 0 0 50px 0 rgba(0,0,0,0.1) inset;
|
||||
-webkit-border-radius: 10px;
|
||||
-moz-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
pre {
|
||||
font-family: monospace;
|
||||
background: #EEEEEE;
|
||||
box-shadow: 0 0 50px 0 rgba(0,0,0,0.1) inset;
|
||||
-webkit-border-radius: 10px;
|
||||
-moz-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
padding: 15px;
|
||||
}
|
||||
.Function { font-weight: bold; }
|
||||
|
|
Loading…
Reference in New Issue
Block a user