| 1 | .Footer small { |
| 2 | margin: 0; |
| 3 | text-align: right; |
| 4 | color: var(--dark-text-color); |
| 5 | } |
| 6 | .Footer small a, .Footer small a:link, .Footer small a:visited { |
| 7 | color: var(--dark-text-color); |
| 8 | text-decoration: none; |
| 9 | } |
| 10 | .Footer small a:hover { |
| 11 | color: var(--text-color); |
| 12 | } |
| 13 | .Footer small svg path { |
| 14 | color: var(--text-color); |
| 15 | } |