aboutsummaryrefslogtreecommitdiffstats
path: root/zurb-F5-basic/static/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'zurb-F5-basic/static/css/style.css')
-rw-r--r--zurb-F5-basic/static/css/style.css18
1 files changed, 10 insertions, 8 deletions
diff --git a/zurb-F5-basic/static/css/style.css b/zurb-F5-basic/static/css/style.css
index 8a595ab..3eedd8e 100644
--- a/zurb-F5-basic/static/css/style.css
+++ b/zurb-F5-basic/static/css/style.css
@@ -62,14 +62,16 @@ hr.gradient {
/* Syntax Highlighting */
.highlight > pre {
-word-wrap: normal;
-white-space: pre;
-margin-top: 1em;
-margin-bottom: 1em;
-border: 1px solid #ccc;
-background: #073642;
-padding: 1em;
-overflow: auto;
+ word-wrap: normal;
+ white-space: pre;
+ margin-top: 1em;
+ margin-bottom: 1em;
+ border: 1px solid #ccc;
+ border-radius: 5px;
+ background: #e0e0e0;
+ padding: 1em;
+ overflow: auto;
+ font-weight:normal;
}
body { background-color: #fffff9; }