diff --git a/public/style.css b/public/style.css index 1bf362d..1c0c2bb 100644 --- a/public/style.css +++ b/public/style.css @@ -8,8 +8,12 @@ } } +a { + @apply text-primary-500; +} + a:hover { - @apply text-primary-400; + @apply text-primary-600; } input { diff --git a/templates/base/gist_header.html b/templates/base/gist_header.html index 1299d65..5b2952d 100644 --- a/templates/base/gist_header.html +++ b/templates/base/gist_header.html @@ -110,13 +110,13 @@