content/assets/stylesheets/footer.scss (34 lines of code) (raw):

@use 'variables' as *; .footer { & { border-color: $gds-gray-100; } img { border: transparent; } a { color: $footer-gray-500; border-bottom: 0; &:hover { border-bottom: 0; } } .fa { font-size: 20px; color: $footer-gray-400; } } // Override OneTrust button styles .ot-sdk-show-settings { all: unset; border: 0 !important; padding: 0 !important; color: $footer-gray-500 !important; font-size: inherit !important; &:hover { background-color: inherit !important; color: $gds-purple-900 !important; } &:focus { outline: none; } }