From 952084eeef6e76f2af0cff64f1ee58657b2c7e7a Mon Sep 17 00:00:00 2001 From: Simon Krauter Date: Sun, 11 Mar 2018 18:23:31 +0100 Subject: Fix background-color in nimdoc.cfg Don't assume, that the default background-color is white. My default background-color is dark, which makes the documentation hardly readable: https://i.imgur.com/xN0UjWz.png The reason is the transparency of the existing color (rgba(252, 248, 244, 0.45);) Fixed by removing the transparency. --- config/nimdoc.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/nimdoc.cfg b/config/nimdoc.cfg index 8e47264ac..11d9987d8 100644 --- a/config/nimdoc.cfg +++ b/config/nimdoc.cfg @@ -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 { -- cgit 1.4.1-2-gfad0