diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-01-12 22:04:26 -0800 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-01-12 22:04:26 -0800 |
commit | 56c69e0d6bd7265afec6cd66a4875ebf6357ea7d (patch) | |
tree | 60c3d407e1eb6a0d22c970d9434e86a0c92565ff /app.scss | |
parent | 2e7bedd13e0ce409e5bfa45095a9154463257870 (diff) | |
download | homer-56c69e0d6bd7265afec6cd66a4875ebf6357ea7d.tar.gz homer-56c69e0d6bd7265afec6cd66a4875ebf6357ea7d.tar.zst homer-56c69e0d6bd7265afec6cd66a4875ebf6357ea7d.zip |
Adding support for custom links target
Diffstat (limited to 'app.scss')
-rw-r--r-- | app.scss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -160,7 +160,7 @@ body { | |||
160 | 160 | ||
161 | a { | 161 | a { |
162 | color: #ffffff; | 162 | color: #ffffff; |
163 | &:hover { | 163 | &:hover, &:focus { |
164 | color: #ffffff; | 164 | color: #ffffff; |
165 | background-color: lighten( $secondary-color, 5% ); | 165 | background-color: lighten( $secondary-color, 5% ); |
166 | } | 166 | } |