From 4e6d049713f1afb3dbe6b958346dbb6369763b1d Mon Sep 17 00:00:00 2001 From: Vladimir Panteleev Date: Tue, 27 Jun 2017 14:17:36 +0000 Subject: [PATCH] css: Enforce input/textarea background only on dlang.org --- css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 69ff478482..cf90a4a989 100644 --- a/css/style.css +++ b/css/style.css @@ -79,7 +79,10 @@ body > .container position: relative; } -input, textarea +body.doc input, +body.doc textarea, +body.std input, +body.std textarea { background: white; color: #333;