From fefd49ff9db9e133c70bbeef33601628a3e6c88d Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Sat, 14 Nov 2015 14:32:00 -0500 Subject: Remove cruft that had been commented out --- _includes/site.scss | 9 --------- 1 file changed, 9 deletions(-) (limited to '_includes/site.scss') diff --git a/_includes/site.scss b/_includes/site.scss index 8ee86ad..c2a29db 100644 --- a/_includes/site.scss +++ b/_includes/site.scss @@ -126,18 +126,9 @@ hr { margin-bottom: $base-font-size; } -//a { -// background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient($base-color, $base-color); -// background-size: 0.05em 1px, 0.05em 1px, 1px 1px; -// background-repeat: no-repeat, no-repeat, repeat-x; -// text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff; -// background-position: 0% 93%, 100% 93%, 0% 93%; -//} - a, a * { color: $brand-color !important; &:hover { -// text-shadow: 0 0 2px $brand-color; color: darken($brand-color, 10%) !important; } } -- cgit v1.2.3