1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 23:59:53 +02:00

implement @textColor for body text

This commit is contained in:
Mark Otto
2012-01-30 09:41:31 -08:00
parent ac581eebac
commit e94e0f1cf9
4 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@@ -99,7 +99,7 @@ body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 18px;
color: #555555;
color: #333333;
background-color: #ffffff;
}
a {