From 7e4c548966c7526fc30aadc32d74ffe7c741b081 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Thu, 10 Jan 2019 13:45:43 +0700 Subject: [PATCH] Add anchor styles --- website/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/website/style.css b/website/style.css index 3cd8c55..cfe7c50 100644 --- a/website/style.css +++ b/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;