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:
parent
5acefab4cf
commit
840938f09d
6 changed files with 6 additions and 6 deletions
|
@ -686,7 +686,7 @@ samp {
|
|||
code {
|
||||
padding: .2rem .4rem;
|
||||
font-size: 90%;
|
||||
color: #d44950;
|
||||
color: #bd4147;
|
||||
background-color: #f7f7f9;
|
||||
border-radius: .25rem;
|
||||
}
|
||||
|
|
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -686,7 +686,7 @@ samp {
|
|||
code {
|
||||
padding: .2rem .4rem;
|
||||
font-size: 90%;
|
||||
color: #d44950;
|
||||
color: #bd4147;
|
||||
background-color: #f7f7f9;
|
||||
border-radius: .25rem;
|
||||
}
|
||||
|
|
2
docs/dist/css/bootstrap.min.css
vendored
2
docs/dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue