Merge pull request #7326 from trustable-code/patch-6

Fix background-color in nimdoc.cfg
This commit is contained in:
Dominik Picheta
2018-03-18 14:40:06 +00:00
committed by GitHub

View File

@@ -229,7 +229,7 @@ body {
line-height: 20px;
color: #444;
letter-spacing: 0.15px;
background-color: rgba(252, 248, 244, 0.45); }
background-color: #FDFBFA; }
/* Skeleton grid */
.container {