mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
implement @textColor for body text
This commit is contained in:
@@ -11,7 +11,7 @@ body {
|
||||
font-family: @baseFontFamily;
|
||||
font-size: @baseFontSize;
|
||||
line-height: @baseLineHeight;
|
||||
color: @gray;
|
||||
color: @textColor;
|
||||
background-color: @white;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user