mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-13 22:53:09 +00:00
tweak code styles
This commit is contained in:
parent
5acefab4cf
commit
840938f09d
6 changed files with 5 additions and 5 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
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
Binary file not shown.
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
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
|
||||||
|
|
||||||
$code-color: #d44950 !default;
|
$code-color: #bd4147 !default;
|
||||||
$code-bg: #f7f7f9 !default;
|
$code-bg: #f7f7f9 !default;
|
||||||
|
|
||||||
$kbd-color: #fff !default;
|
$kbd-color: #fff !default;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue