Skip to content

Commit e731446

Browse files
authored
Merge pull request #1776 from CyberShadow/pull-20170627-141734
css: Enforce input/textarea background only on dlang.org
2 parents b9cb6cc + 4e6d049 commit e731446

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

css/style.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,10 @@ body > .container
7979
position: relative;
8080
}
8181

82-
input, textarea
82+
body.doc input,
83+
body.doc textarea,
84+
body.std input,
85+
body.std textarea
8386
{
8487
background: white;
8588
color: #333;

0 commit comments

Comments
 (0)