aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/style.css b/style.css
index 1eb9175..d540a98 100644
--- a/style.css
+++ b/style.css
@@ -3,7 +3,7 @@
body {
margin: 40px auto;
- width: 610px;
+ width: 700px;
max-width: 100%;
line-height: 1.6;
font-size: 16px;
@@ -170,10 +170,12 @@ pre {
}
.src,
-.example,
-code {
+.example {
color: #ebdbb2;
background-color: #282828;
+ box-shadow:
+ rgba(0, 0, 0, 0.3) 0px 19px 38px,
+ rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.preamble {