From bfe6c5090556b65ae8f27282c6e72c5cf28c7633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Sverre=20Lien=20Sell=C3=A6g?= Date: Tue, 2 Jun 2020 15:58:46 +0200 Subject: [PATCH] run prettier on css --- src/style.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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%'; +}