From 581fe598152e06f57ff793a701c23a400ed704e0 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Wed, 16 Jan 2019 11:50:18 -0500 Subject: [PATCH] remove stale CSS --- layouts/index.html | 2 +- static/style.css | 14 -------------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index 40f6531d..d4419664 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -21,7 +21,7 @@ {{ end }} \ No newline at end of file diff --git a/static/style.css b/static/style.css index e05a7e18..237390ae 100644 --- a/static/style.css +++ b/static/style.css @@ -502,20 +502,6 @@ div#home a#news-7:hover { border-color: #973999; } -div#home a#udacity { - color: #02b3e4; -} -div#home a#udacity:hover { - border-color: #02b3e4; -} - -div#home a#pluralsight { - color: #e80c87; -} -div#home a#pluralsight:hover { - border-color: #e80c87; -} - div#home a#resume { color: #d54b3d; }