Browse Source

Add anchor styles

pull/1/head
Luke Childs 6 years ago
parent
commit
7e4c548966
  1. 9
      website/style.css

9
website/style.css

@ -10,6 +10,15 @@ body {
outline: none;
}
a {
color: #F2A51F;
text-decoration: none;
transition: color 0.2s ease;
}
a:hover {
color: #f25d1f;
}
.wrapper {
max-width: 1024px;
margin: 0 auto;

Loading…
Cancel
Save