diff --git a/index.html b/index.html
index 1e4e086..5cae33e 100644
--- a/index.html
+++ b/index.html
@@ -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; }