From e210981312858f45ff1db8d2693a763383695e9e Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Wed, 31 Oct 2018 17:19:04 -0400 Subject: [PATCH] better link color --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 4568b301..dd4c2d59 100644 --- a/static/style.css +++ b/static/style.css @@ -340,10 +340,10 @@ a#cpp:hover { } a#python { - color: #ffd343; + color: #f3bb12; } a#python:hover { - border-color: #ffd343; + border-color: #f3bb12; } a#php {