From b00b8e19d10781a070a91b359975ad58dc3017cd Mon Sep 17 00:00:00 2001 From: manetta Date: Tue, 2 Apr 2019 21:31:22 +0200 Subject: [PATCH] trying yellow for the CNN --- 08/cnn/cnn.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/08/cnn/cnn.css b/08/cnn/cnn.css index 6949a99..ea46af9 100644 --- a/08/cnn/cnn.css +++ b/08/cnn/cnn.css @@ -16,8 +16,7 @@ body { vertical-align: top; padding: 5px; font-size: 14px; - background-color: #f2f5f6; - background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f5f6), to(#c8d7dc)); + background-image: -webkit-gradient(linear, left top, left bottom, from(yellow), to(#c8d7dc)); } #cnn .button_container { display: inline-block;