Commit 6336895b authored by Mark Otto's avatar Mark Otto

Change `code` variables to match `pre`

parent fe6b22c2
......@@ -693,8 +693,8 @@ samp {
code {
padding: .2rem .4rem;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
color: #d44950;
background-color: #f7f7f9;
border-radius: .2rem;
}
kbd {
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -693,8 +693,8 @@ samp {
code {
padding: .2rem .4rem;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
color: #d44950;
background-color: #f7f7f9;
border-radius: .2rem;
}
kbd {
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -725,8 +725,8 @@
//
//##
@code-color: #c7254e;
@code-bg: #f9f2f4;
@code-color: #d44950;
@code-bg: #f7f7f9;
@kbd-color: #fff;
@kbd-bg: #333;
......
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