From 5d5ec90592a128cace9a7e93f02972ff2e3b1cba Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 20 Jun 2013 23:00:27 -0700 Subject: [PATCH] website: Improved inline code styling --- website/source/stylesheets/_components.scss | 7 +++++++ website/source/stylesheets/_styles.scss | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/website/source/stylesheets/_components.scss b/website/source/stylesheets/_components.scss index 0b41be2e9..5b934d269 100644 --- a/website/source/stylesheets/_components.scss +++ b/website/source/stylesheets/_components.scss @@ -137,6 +137,13 @@ padding: $docs-top-margin 80px; display: block; + code { + background-color: #000; + border: 0; + color: #b1d631; + font-size: 14px; + } + ul, ol { list-style-type: circle; diff --git a/website/source/stylesheets/_styles.scss b/website/source/stylesheets/_styles.scss index 40ba5737c..397ce02df 100644 --- a/website/source/stylesheets/_styles.scss +++ b/website/source/stylesheets/_styles.scss @@ -151,7 +151,7 @@ hr { pre { background-color: $black; color: $white; - margin: ($baseline * 2) 0; + margin: $baseline 0; } table {