summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-11-14 14:32:00 -0500
committerBen Burwell <ben@benburwell.com>2015-11-14 14:32:00 -0500
commitfefd49ff9db9e133c70bbeef33601628a3e6c88d (patch)
tree6337f5def147b395208aff297a13c179fb49ffd4
parent0a3d2194dad6fc1e90275511b0477e3349b9b7bd (diff)
Remove cruft that had been commented out
-rw-r--r--_includes/site.scss9
1 files changed, 0 insertions, 9 deletions
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;
}
}