diff --git a/src/style.css b/src/style.css index 019ed4d..68197c1 100644 --- a/src/style.css +++ b/src/style.css @@ -3,7 +3,8 @@ a { color: #2ba6bc; } -a:hover, a:focus { +a:hover, +a:focus { color: #2795b6; } @@ -12,10 +13,16 @@ p { } body { - font-family:"Century Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif; + font-family: 'Century Gothic', 'Trebuchet MS', Helvetica, Arial, sans-serif; font-style: normal; cursor: default; color: #222222; margin: 0px; padding: 0px; } + +hr { + border: 0; + height: 0; + width: '100%'; +}