From f74ad2422647f2ebe1d5a331a8c60349253612a6 Mon Sep 17 00:00:00 2001 From: sanjay9 Date: Sun, 17 Feb 2019 11:43:30 -0400 Subject: [PATCH] Screenshot exercise, css changes --- src/App.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/App.css b/src/App.css index 9e9361e..d46f610 100755 --- a/src/App.css +++ b/src/App.css @@ -1,3 +1,6 @@ +.info a { font-weight: bold; color:black} +.author-comment{ background-color: lightblue} + *{ margin: 0; padding: 0;