diff options
| author | Ben Burwell <ben@benburwell.com> | 2016-02-20 21:07:25 -0500 |
|---|---|---|
| committer | Ben Burwell <ben@benburwell.com> | 2016-02-20 21:07:25 -0500 |
| commit | d7736c7cc62c6d2dae5f1570d9d174be89e338a9 (patch) | |
| tree | d3a7e110b313d46b9c6b8d9698cc3e514e349d7a | |
| parent | 506b9c11ada8416b7eb976505e1a0a732703b725 (diff) | |
Add link focus background
| -rw-r--r-- | _includes/site.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_includes/site.scss b/_includes/site.scss index a66904b..42d1fa2 100644 --- a/_includes/site.scss +++ b/_includes/site.scss @@ -146,6 +146,10 @@ a { &:hover { color: $monokai-magenta; } + &:focus { + background-color: $monokai-blue; + color: $monokai-gray-0; + } } time { |
