|
43 | 43 | } |
44 | 44 |
|
45 | 45 | /* For independent logo sizes */ |
46 | | -.c-footer .logos__tacc svg { |
| 46 | +.c-footer .logos--branding svg { |
47 | 47 | height: 55%; |
48 | | - |
| 48 | +} |
| 49 | +.c-footer .logos__tacc svg { |
49 | 50 | /* To vertically align center as if small text was not present */ |
50 | 51 | transform: translateY(5%); |
51 | 52 | } |
52 | | -.c-footer .logos__nsf svg { |
53 | | - height: 100%; |
54 | | -} |
55 | 53 | .c-footer .logos__ut svg { |
56 | | - height: 66.67%; |
57 | | - |
58 | 54 | /* To vertically align center as if small text was not present */ |
59 | 55 | transform: translateY(5%); |
60 | 56 | } |
|
78 | 74 | } |
79 | 75 |
|
80 | 76 | /* To skin logo links */ |
81 | | -.c-footer [class*="logos--"] a:hover { |
82 | | - color: inherit; |
83 | | - opacity: 0.75; |
| 77 | +.c-footer [class*="logos--"] a { |
| 78 | + &:hover { |
| 79 | + color: inherit; |
| 80 | + } |
| 81 | + &:hover svg { |
| 82 | + color: currentColor; |
| 83 | + outline: var(--global-border-width--normal) solid currentColor; |
| 84 | + outline-offset: 5px; |
| 85 | + border-radius: var(--global-border-width--normal); |
| 86 | + } |
| 87 | + &:active svg { |
| 88 | + outline-style: dotted; |
| 89 | + } |
84 | 90 | } |
85 | 91 | .c-footer .logos--social a { |
86 | 92 | padding: 0.5em; |
87 | 93 | } |
88 | 94 | .c-footer .logos--social svg { |
89 | 95 | font-size: 2.5rem; |
90 | 96 | } |
91 | | -.c-footer .logos--social a:hover svg { |
92 | | - color: var(--global-color-accent--light-old); |
93 | | -} |
94 | 97 |
|
95 | 98 |
|
96 | 99 | /* HACK: To undo tricky Instagram hover color */ |
@@ -231,3 +234,11 @@ html#page-portal .c-footer p { |
231 | 234 | #cms-footer .c-pane--common a { |
232 | 235 | color: var(--global-color-primary--xx-light); |
233 | 236 | } |
| 237 | +#cms-footer .c-pane--common a { |
| 238 | + text-decoration-line: underline; |
| 239 | + text-decoration-color: var(--global-color-primary--dark); |
| 240 | + |
| 241 | + &:hover { |
| 242 | + text-decoration-color: inherit; |
| 243 | + } |
| 244 | +} |
0 commit comments