Change nimdoc body css color to #666.

This commit is contained in:
Dominik Picheta
2015-09-17 22:49:53 +01:00
parent 5998f53280
commit dfa0c2cace

View File

@@ -145,7 +145,7 @@ body {
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #2d2d2d;
color: #666;
background-color: rgba(252, 248, 244, 0.75); }
/* Skeleton grid */