Browse Source

run prettier on css

master
Jørgen Lien Sellæg 6 years ago
parent
commit
bfe6c50905
  1. 11
      src/style.css

11
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%';
}

Loading…
Cancel
Save