steren | 505b78c | 2017-06-22 18:47:17 +0200 | [diff] [blame] | 1 | // Footer styles |
| 2 | |
jingwen | 7406520 | 2018-11-21 11:34:55 -0800 | [diff] [blame] | 3 | $footer-background: #424242; |
steren | 505b78c | 2017-06-22 18:47:17 +0200 | [diff] [blame] | 4 | $footer-color: #fff; |
| 5 | $footer-link-color: #e0e0e0; |
| 6 | |
| 7 | .footer { |
| 8 | margin-top: 40px; |
jingwen | 7406520 | 2018-11-21 11:34:55 -0800 | [diff] [blame] | 9 | background-color: $footer-background; |
steren | 505b78c | 2017-06-22 18:47:17 +0200 | [diff] [blame] | 10 | color: $footer-color; |
| 11 | padding: 20px; |
| 12 | |
| 13 | .text-muted { |
| 14 | color: $footer-link-color; |
| 15 | } |
| 16 | |
| 17 | a { |
| 18 | color: $footer-link-color; |
| 19 | |
| 20 | &:hover, |
| 21 | &:focus { |
| 22 | color: $footer-color; |
| 23 | text-decoration: none; |
| 24 | } |
| 25 | } |
| 26 | } |