From 6363e73960bc5dba9ca572c1fa1902bb049dfaaf Mon Sep 17 00:00:00 2001 From: David Ashby Date: Sun, 26 Mar 2017 21:56:30 -0400 Subject: [PATCH] remove highlight color change --- css/site.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/css/site.css b/css/site.css index f9b4087..ce889d8 100644 --- a/css/site.css +++ b/css/site.css @@ -26,9 +26,6 @@ code {font-family: "Consolas", "Ubuntu Mono", monospace; line-height: 22px; font .container {margin: 24px 0px;} #tableFilter {margin: 12px 0px; border: none; border-bottom: 1px solid #333; background-color: transparent; padding: 0px; font-family: Lato; color: #333; font-size: 13px; height: 22px;} -::selection {background: #E5FF1D;} -::-moz-selection {background: #E5FF1D;} - ul.nav {list-style: none; margin: 0px; padding: 0px;} ul.nav li {display: inline; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; padding-right: 4px;} ul.nav li a {border: none;}