diff options
author | Siri Reiter <siri@jones.dk> | 2014-04-17 20:03:02 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2014-04-17 20:03:02 +0200 |
commit | 4f3acebd06521068c861192121098e2e8a0b3357 (patch) | |
tree | 65d81aedd3cc94d50ef29e65a3328420e6cbf193 /local.scss | |
parent | 462cfc67d920b62380d8383a8eee9a9902a0ab3a (diff) |
Fix remove background-color.
Diffstat (limited to 'local.scss')
-rw-r--r-- | local.scss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ a { width: auto; color: $linkHoverColor !important; border: none; - background: none; + background-color: inherit; } #wrapper, |