Commit 3de04b8d authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

website: Improved inline code styling

parent d34b0461
...@@ -137,6 +137,13 @@ ...@@ -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;
......
...@@ -151,7 +151,7 @@ hr { ...@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment