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

website: Improved inline code styling

parent d34b0461
......@@ -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;
......
......@@ -151,7 +151,7 @@ hr {
pre {
background-color: $black;
color: $white;
margin: ($baseline * 2) 0;
margin: $baseline 0;
}
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