From d4fa751c22171525421bb5e2176da6597cf59a74 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Wed, 15 Jul 2020 13:44:39 -0700 Subject: [PATCH] Pretty up the links a bit Contrast was just too low --- _sass/base.scss | 1 + _sass/post.scss | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_sass/base.scss b/_sass/base.scss index 6004176..237aeeb 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -1,6 +1,7 @@ //Colors $base: #5d5d5d; $light-grey: #ebebeb; +$purple: #df00ff61; * { -webkit-box-sizing: border-box; diff --git a/_sass/post.scss b/_sass/post.scss index d3dbf2f..3bea091 100644 --- a/_sass/post.scss +++ b/_sass/post.scss @@ -25,14 +25,14 @@ img{ p, li{ a{ text-decoration:none; - border-bottom: 2px solid $light-grey; + border-bottom: 2px solid $purple; box-shadow: inset 0 -4px 0 $light-grey; color: inherit; transition: background 0.1s cubic-bezier(.33,.66,.66,1); } a:visited{ text-decoration:none; - border-bottom: 2px solid $light-grey; + border-bottom: 2px solid $purple; box-shadow: inset 0 -4px 0 $light-grey; color: inherit; transition: background 0.1s cubic-bezier(.33,.66,.66,1); @@ -41,7 +41,6 @@ img{ background: $light-grey; } } - } .categories{