vendor/assets/stylesheets/furatto/_code.scss in furatto-0.0.1 vs vendor/assets/stylesheets/furatto/_code.scss in furatto-0.0.2

- old
+ new

@@ -10,11 +10,11 @@ pre { word-wrap: break-word; padding: 6px 10; line-height: 1.3em; margin-bottom: 20; - border: 1px solid #eee; + border: 1px solid #ccc; } code { border: none; margin: 0 2px; @@ -31,36 +31,37 @@ pre, code { font-family: Consolas, 'Liberation Mono', Courier, monospace; color: #333; background: $code-bg; + @include border-radius(4px); } pre .comment { - color: #999; + color: $code-comment-color; } pre .tag, pre .tag-name, pre .support.tag-name { - color: rgb(85, 85, 85); + color: $code-tag-color; } pre .keyword, pre .css-property, pre .vendor-prefix, pre .sass, pre .class, pre .id, pre .css-value, pre .entity.function, pre .storage.function { font-weight: bold; } pre .css-property, pre .css-value, pre .vendor-prefix, pre .support.namespace { - color: #333; + color: $code-css-property-color; } pre .constant.numeric, pre .keyword.unit, pre .hex-color { font-weight: normal; color: #099; } pre .attribute, pre .variable, pre .support { - color: #757575; /* skinbuilder block-page-text-normal with #1f8dd6 as primary */ + color: #4f9fcf; /* skinbuilder block-page-text-normal with #1f8dd6 as primary */ } pre .string, pre .support.value { font-weight: normal; - color: $dark-blue; /* skinbuilder block-mine-text-low with #1f8dd6 as primary */ + color: #d44950; /* skinbuilder block-mine-text-low with #1f8dd6 as primary */ }