From 42176c42c5e8c06e7c4f9c9d41cd5e2001c87af0 Mon Sep 17 00:00:00 2001 From: Thomas Miceli Date: Wed, 15 Mar 2023 13:31:02 +0100 Subject: [PATCH] Added links color --- public/style.css | 6 +++++- templates/base/gist_header.html | 4 ++-- templates/pages/all.html | 2 +- templates/pages/gist.html | 6 +++--- templates/pages/revisions.html | 2 +- 5 files changed, 12 insertions(+), 8 deletions(-) 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 @@