From a2a76d7744e9d5fd007725ab66ab66cf002423fe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Sat, 26 Oct 2013 13:04:31 +0200 Subject: [PATCH] vector: Restore @body-font-color to black Changed in Ica0b69ad, I presume accidentally. https://en.wikipedia.org/w/?oldid=578807552#Font_color_of_article_text Change-Id: I118215e7578e8af94a6909988620dcf04805d14a --- skins/vector/variables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/vector/variables.less b/skins/vector/variables.less index fac7f82846..197485c6b7 100644 --- a/skins/vector/variables.less +++ b/skins/vector/variables.less @@ -1,7 +1,7 @@ @html-font-size: 1em; @body-font-size: 1em; -@body-font-color: #252525; +@body-font-color: black; // Page content @content-font-family: sans-serif; -- 2.20.1