website: Improved inline code styling

This commit is contained in:
Mitchell Hashimoto 2013-06-20 23:00:27 -07:00
parent d34b0461c5
commit 3de04b8d14
2 changed files with 8 additions and 1 deletions

View File

@ -137,6 +137,13 @@
padding: $docs-top-margin 80px; padding: $docs-top-margin 80px;
display: block; display: block;
code {
background-color: #000;
border: 0;
color: #b1d631;
font-size: 14px;
}
ul, ul,
ol { ol {
list-style-type: circle; list-style-type: circle;

View File

@ -151,7 +151,7 @@ hr {
pre { pre {
background-color: $black; background-color: $black;
color: $white; color: $white;
margin: ($baseline * 2) 0; margin: $baseline 0;
} }
table { table {