1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 17:11:48 +02:00

Merge pull request #19246 from twbs/code-font-size

Extract $code-font-size variable
This commit is contained in:
Chris Rebert
2016-02-16 22:41:55 -08:00
2 changed files with 4 additions and 3 deletions

View File

@@ -786,6 +786,7 @@ $close-text-shadow: 0 1px 0 #fff !default;
// Code
$code-font-size: 90% !default;
$code-color: #bd4147 !default;
$code-bg: #f7f7f9 !default;