1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

tweak code styles

This commit is contained in:
Mark Otto 2015-06-09 16:28:17 -07:00
parent 5acefab4cf
commit 840938f09d
6 changed files with 6 additions and 6 deletions

View file

@ -686,7 +686,7 @@ samp {
code {
padding: .2rem .4rem;
font-size: 90%;
color: #d44950;
color: #bd4147;
background-color: #f7f7f9;
border-radius: .25rem;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -686,7 +686,7 @@ samp {
code {
padding: .2rem .4rem;
font-size: 90%;
color: #d44950;
color: #bd4147;
background-color: #f7f7f9;
border-radius: .25rem;
}

File diff suppressed because one or more lines are too long

View file

@ -597,7 +597,7 @@ $close-text-shadow: 0 1px 0 #fff !default;
// Code
$code-color: #d44950 !default;
$code-color: #bd4147 !default;
$code-bg: #f7f7f9 !default;
$kbd-color: #fff !default;