mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-27 04:14:00 +00:00
use font-size-base var
This commit is contained in:
parent
eadfa59d92
commit
7a8d071735
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ html {
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: @font-family-base;
|
font-family: @font-family-base;
|
||||||
font-size: 14px;
|
font-size: @font-size-base;
|
||||||
line-height: @line-height-base;
|
line-height: @line-height-base;
|
||||||
color: @text-color;
|
color: @text-color;
|
||||||
background-color: @body-bg;
|
background-color: @body-bg;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue