mirror of https://github.com/twbs/bootstrap.git
Change `code` variables to match `pre`
This commit is contained in:
parent
fe6b22c2c3
commit
6336895b96
|
@ -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 {
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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 {
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -725,8 +725,8 @@
|
|||
//
|
||||
//##
|
||||
|
||||
@code-color: #c7254e;
|
||||
@code-bg: #f9f2f4;
|
||||
@code-color: #d44950;
|
||||
@code-bg: #f7f7f9;
|
||||
|
||||
@kbd-color: #fff;
|
||||
@kbd-bg: #333;
|
||||
|
|
Loading…
Reference in New Issue