From ada8ff004d5c6b831f6ec1cd3d6d5067086fc50f Mon Sep 17 00:00:00 2001 From: abbasmaheryar Date: Fri, 10 Feb 2017 22:59:45 -0800 Subject: [PATCH] Update styles.css Changed font size to pt, it makes more sense. Also, minor colour adjustments were made. --- styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styles.css b/styles.css index 3b1bc04..d8f1411 100644 --- a/styles.css +++ b/styles.css @@ -1,7 +1,7 @@ body { font-family: Verdana, Arial, sans-serif; /* always set a base font and font-size */ - font-size: 100%; + font-size: 12pt; color: #000; background: #fff; } @@ -9,7 +9,7 @@ body { #wrapper { margin: 20px auto; width: 80%; - background: #999; + background: #998; } /* links */ @@ -18,7 +18,7 @@ a:focus { outline: 2px solid #069; } a:link, a: active, a:visited { - color: #00c; + color: #6a6af9; text-decoration: underline; } a:hover {