Commit 840938f0 authored by Mark Otto's avatar Mark Otto

tweak code styles

parent 5acefab4
...@@ -686,7 +686,7 @@ samp { ...@@ -686,7 +686,7 @@ samp {
code { code {
padding: .2rem .4rem; padding: .2rem .4rem;
font-size: 90%; font-size: 90%;
color: #d44950; color: #bd4147;
background-color: #f7f7f9; background-color: #f7f7f9;
border-radius: .25rem; border-radius: .25rem;
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff was suppressed by a .gitattributes entry.
...@@ -686,7 +686,7 @@ samp { ...@@ -686,7 +686,7 @@ samp {
code { code {
padding: .2rem .4rem; padding: .2rem .4rem;
font-size: 90%; font-size: 90%;
color: #d44950; color: #bd4147;
background-color: #f7f7f9; background-color: #f7f7f9;
border-radius: .25rem; border-radius: .25rem;
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -597,7 +597,7 @@ $close-text-shadow: 0 1px 0 #fff !default; ...@@ -597,7 +597,7 @@ $close-text-shadow: 0 1px 0 #fff !default;
// Code // Code
$code-color: #d44950 !default; $code-color: #bd4147 !default;
$code-bg: #f7f7f9 !default; $code-bg: #f7f7f9 !default;
$kbd-color: #fff !default; $kbd-color: #fff !default;
......
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