Pretty up the links a bit

Contrast was just too low
This commit is contained in:
R Tyler Croy 2020-07-15 13:44:39 -07:00
parent 405c206803
commit d4fa751c22
No known key found for this signature in database
GPG Key ID: E5C92681BEF6CEA2
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,7 @@
//Colors //Colors
$base: #5d5d5d; $base: #5d5d5d;
$light-grey: #ebebeb; $light-grey: #ebebeb;
$purple: #df00ff61;
* { * {
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;

View File

@ -25,14 +25,14 @@ img{
p, li{ p, li{
a{ a{
text-decoration:none; text-decoration:none;
border-bottom: 2px solid $light-grey; border-bottom: 2px solid $purple;
box-shadow: inset 0 -4px 0 $light-grey; box-shadow: inset 0 -4px 0 $light-grey;
color: inherit; color: inherit;
transition: background 0.1s cubic-bezier(.33,.66,.66,1); transition: background 0.1s cubic-bezier(.33,.66,.66,1);
} }
a:visited{ a:visited{
text-decoration:none; text-decoration:none;
border-bottom: 2px solid $light-grey; border-bottom: 2px solid $purple;
box-shadow: inset 0 -4px 0 $light-grey; box-shadow: inset 0 -4px 0 $light-grey;
color: inherit; color: inherit;
transition: background 0.1s cubic-bezier(.33,.66,.66,1); transition: background 0.1s cubic-bezier(.33,.66,.66,1);
@ -41,7 +41,6 @@ img{
background: $light-grey; background: $light-grey;
} }
} }
} }
.categories{ .categories{